@@ -74,7 +74,7 @@ public static void build(ClientGameTestContext context,
7474 public static void test (ClientGameTestContext context )
7575 {
7676 assertScreenshotEquals (context , "ChestESP_default_settings" ,
77- "https://i.imgur.com/WFzW2zj .png" );
77+ "https://i.imgur.com/5SS5W2T .png" );
7878
7979 ChestESPTest .LOGGER .info ("Enabling all ChestESP groups" );
8080 ChestESPTest .withConfig (context , config -> {
@@ -87,25 +87,25 @@ public static void test(ClientGameTestContext context)
8787 config .include_furnaces = true ;
8888 });
8989 assertScreenshotEquals (context , "ChestESP_boxes" ,
90- "https://i.imgur.com/2EJ9bUx .png" );
90+ "https://i.imgur.com/lRMaLRU .png" );
9191
9292 ChestESPTest .LOGGER .info ("Changing style to lines" );
9393 ChestESPTest .withConfig (context , config -> {
9494 config .style = ChestEspStyle .LINES ;
9595 });
9696 assertScreenshotEquals (context , "ChestESP_lines" ,
97- "https://i.imgur.com/VzVI2Vm .png" );
97+ "https://i.imgur.com/jhVL1Ne .png" );
9898
9999 ChestESPTest .LOGGER .info ("Changing style to lines and boxes" );
100100 ChestESPTest .withConfig (context , config -> {
101101 config .style = ChestEspStyle .LINES_AND_BOXES ;
102102 });
103103 assertScreenshotEquals (context , "ChestESP_lines_and_boxes" ,
104- "https://i.imgur.com/mc86M6S .png" );
104+ "https://i.imgur.com/XiFiGvh .png" );
105105
106106 ChestESPTest .LOGGER .info ("Changing all color settings" );
107107 ChestESPTest .setRainbowColors (context );
108108 assertScreenshotEquals (context , "ChestESP_custom_colors" ,
109- "https://i.imgur.com/RBQEZmd .png" );
109+ "https://i.imgur.com/TBsz8Eq .png" );
110110 }
111111}
0 commit comments