mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Fix tests
This commit is contained in:
parent
d7aab58aa1
commit
ab3971616d
@ -204,7 +204,7 @@ class PlayerJoinEventConsumerTest {
|
||||
underTest.onJoinGameServer(join);
|
||||
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));
|
||||
assertEquals(expected, result);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user