Skip to content

Commit

Permalink
test on gh again
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Feb 6, 2025
1 parent 5678787 commit a7e2352
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ public class TestTonlibJsonTestnet {

Gson gs = new GsonBuilder().setPrettyPrinting().disableHtmlEscaping().create();

// static String tonlibPath = Utils.getArtifactGithubUrl("tonlibjson", "latest", "neodix42",
// "ton");
static String tonlibPath = Utils.getArtifactGithubUrl("tonlibjson", "latest", "neodix42", "ton");

// Tonlib tonlib = Tonlib.builder().pathToTonlibSharedLib(tonlibPath).testnet(true).build();
// Tonlib tonlib = null;

String tonlibPath = "tonlibjson.dll";
// String tonlibPath = "tonlibjson.dll";

@Test
public void testGetLiteServerVersion() {
Expand Down

0 comments on commit a7e2352

Please sign in to comment.