Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Jun 29, 2024
1 parent 794df3c commit 3f969ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void shouldMigrateOldSegmentFilesOnStartup() {
assertThat(playerDataFolder.list(), arrayContainingInAnyOrder("seg16-8-limbo.json", "seg16-f-limbo.json"));

// Check that the expected limbo players can be read
System.out.println(persistenceHandler.getLimboPlayer(mockPlayerWithUuid(MIGRATED_UUID)));
System.out.println("Limbo player: " + persistenceHandler.getLimboPlayer(mockPlayerWithUuid(MIGRATED_UUID)));
assertThat(persistenceHandler.getLimboPlayer(mockPlayerWithUuid(MIGRATED_UUID)), MIGRATED_LIMBO_MATCHER);
// Expected: Limbo with isOp=false, groups={noob}, canFly=true, walkSpeed=0.200000, flySpeed=0.100000
// but: was null
Expand Down

0 comments on commit 3f969ec

Please sign in to comment.