test: fixed EntitySerializer test
This commit is contained in:
parent
b9bf930d6c
commit
c07c141c6e
@ -40,12 +40,12 @@ class EntitySerializerTest {
|
||||
{
|
||||
"entityType":"Character",
|
||||
"name":"CoolHeroThing",
|
||||
"PID":1,
|
||||
"ID":1,
|
||||
"PID":2,
|
||||
"ID":3,
|
||||
"HP":200,
|
||||
"MP":300,
|
||||
"AP":8,
|
||||
"stones":[1,2,5],
|
||||
"AP":400,
|
||||
"stones":[0,1,5],
|
||||
"position":[12,24]
|
||||
}""".replace("\n", "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user