Browse Source

verify Fixed dart tests

Mike Smith 11 years ago
parent
commit
3c16d10858
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dart/server.dart

+ 1 - 1
dart/server.dart

@@ -32,7 +32,7 @@ class World {
 
 
   World(this.id, this.randomnumber);
   World(this.id, this.randomnumber);
 
 
-  toJson() => { 'id': id, 'randomnumber': randomnumber };
+  toJson() => { 'id': id, 'randomNumber': randomnumber };
 }
 }
 
 
 /// The entity used in the fortunes test.
 /// The entity used in the fortunes test.