Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 7, 2024
1 parent b82f34b commit ab85a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void testGetDefaultNgrokConfig() {
// THEN
assertNotNull(ngrokConfig);
assertEquals(1, ngrokConfig.size());
assertEquals(2, ngrokConfig.get("version"));
assertEquals("2", ngrokConfig.get("version"));
assertTrue(Files.exists(javaNgrokConfigV3Tmp.getConfigPath()));
}

Expand Down

0 comments on commit ab85a66

Please sign in to comment.