]> git.cworth.org Git - empires-server/commitdiff
tictactoe: Track API change for the /move request: "square" -> "move"
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 18:33:36 +0000 (11:33 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 18:33:36 +0000 (11:33 -0700)
The API was recently changed to be more generic. We track that here by
looking for a .move property in the body object, instead of .square.

And we conform to that by sending events with data named "move" nota
"square" in the corresponding test cases.


No differences found