mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-08 20:01:20 +01:00
Fix tests
This commit is contained in:
parent
d7aab58aa1
commit
ab3971616d
@ -204,7 +204,7 @@ class PlayerJoinEventConsumerTest {
|
|||||||
underTest.onJoinGameServer(join);
|
underTest.onJoinGameServer(join);
|
||||||
waitUntilDatabaseIsDone(database);
|
waitUntilDatabaseIsDone(database);
|
||||||
|
|
||||||
Set<UserInfo> expected = Set.of(new UserInfo(TestConstants.PLAYER_ONE_UUID, serverUUID, 1234L, false, "play.testjoinaddress.com", false));
|
Set<UserInfo> expected = Set.of(new UserInfo(TestConstants.PLAYER_ONE_UUID, serverUUID, 1234000L, false, "play.testjoinaddress.com", false));
|
||||||
Set<UserInfo> result = database.query(UserInfoQueries.fetchUserInformationOfUser(TestConstants.PLAYER_ONE_UUID));
|
Set<UserInfo> result = database.query(UserInfoQueries.fetchUserInformationOfUser(TestConstants.PLAYER_ONE_UUID));
|
||||||
assertEquals(expected, result);
|
assertEquals(expected, result);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user