Skip to content

Commit 5dc30cd

Browse files
Update Sodium version
1 parent 69804f5 commit 5dc30cd

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ mcx_repo_id=Wurst-Imperium/Wurst-MCX2
2626

2727
# Dependencies
2828
# check at https://modrinth.com/mod/sodium/versions?l=fabric&g=1.21.10
29-
sodium_version=mc1.21.10-0.7.2-fabric
29+
sodium_version=mc1.21.10-0.7.3-fabric
3030
do_mod_compat_test=true

src/gametest/java/net/wurstclient/gametest/WurstTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ private void testInWorld(ClientGameTestContext context,
8989
world.waitForChunksRender();
9090

9191
assertScreenshotEquals(context, "in_game",
92-
IS_MOD_COMPAT_TEST ? "https://i.imgur.com/VxbGFrb.png"
93-
: "https://i.imgur.com/EfzN9Cd.png");
92+
"https://i.imgur.com/EfzN9Cd.png");
9493

9594
LOGGER.info("Recording debug menu");
9695
input.pressKey(GLFW.GLFW_KEY_F3);

src/gametest/java/net/wurstclient/gametest/tests/FreecamHackTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,14 @@ public static void testFreecamHack(ClientGameTestContext context,
4141
input.holdKeyFor(GLFW.GLFW_KEY_S, 2);
4242
input.holdKeyFor(GLFW.GLFW_KEY_SPACE, 1);
4343
assertScreenshotEquals(context, "freecam_moved",
44-
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/oZUpI8c.png"
45-
: "https://i.imgur.com/pZDlYfH.png");
44+
"https://i.imgur.com/pZDlYfH.png");
4645
clearChat(context);
4746

4847
// Enable tracer
4948
runWurstCommand(context, "setcheckbox Freecam tracer on");
5049
context.waitTick();
5150
assertScreenshotEquals(context, "freecam_tracer",
52-
WurstTest.IS_MOD_COMPAT_TEST ? "https://i.imgur.com/teKaxAK.png"
53-
: "https://i.imgur.com/jYqDFzE.png");
51+
"https://i.imgur.com/jYqDFzE.png");
5452
clearChat(context);
5553

5654
// Clean up

0 commit comments

Comments
 (0)