parse: Fix test (#19071)

This commit is contained in:
Andy
2017-08-18 06:51:44 -07:00
committed by GitHub
parent 260c23636f
commit 0e4baf9bc3

View File

@@ -37,7 +37,9 @@ function test_object() {
var game = new Game();
game.fetch((g: Game) => {});
game.fetch({
success(g: Game) {}
});
// Create a new instance of that class.
var gameScore = new GameScore();