Skip to content

Commit

Permalink
fix version check
Browse files Browse the repository at this point in the history
  • Loading branch information
J3fftw1 committed Nov 22, 2023
1 parent b2cfe69 commit 00998ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void testMcVersion() {

@E2ETest(description = "Test that `/sf versions` returns the right SF version")
public void testSlimefunVersion() {
Assert.runConsoleCommand("sf versions", (output) -> output.contains("Slimefun 4.9-UNOFFICIAL"));
Assert.runConsoleCommand("sf versions", (output) -> output.contains("Slimefun Preview Build"));
}

@E2ETest(description = "Test that `/sf versions` returns the right Java version")
Expand Down

0 comments on commit 00998ca

Please sign in to comment.