refactor: func naming
This commit is contained in:
@@ -17,7 +17,7 @@ func TestCommand(t *testing.T) {
|
||||
Actor: "SomeRace",
|
||||
Commands: []json.RawMessage{
|
||||
encodeCommand(&rest.CommandVote{
|
||||
CommandMeta: rest.CommandMeta{Type: rest.CommandTypeVote},
|
||||
CommandMeta: rest.CommandMeta{Type: rest.CommandTypeRaceVote},
|
||||
Recipient: "AnotherRace",
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user