Skip to content

Commit

Permalink
reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 23, 2023
1 parent 262665a commit 7aab8f5
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ public void setUp() {
loadTrustedSetup();
}

@AfterAll
public static void cleanUp() {
KZG.freeTrustedSetup();
}

private static void loadTrustedSetup() {
final String trustedSetup =
Resources.getResource(TrustedSetups.class, TRUSTED_SETUP_PATH).toExternalForm();
KZG.loadTrustedSetup(trustedSetup);
}

@AfterAll
public static void cleanUp() {
KZG.freeTrustedSetup();
}

@Test
public void testKzgLoadSameTrustedSetupTwice_shouldNotThrowException() {
loadTrustedSetup();
Expand Down

0 comments on commit 7aab8f5

Please sign in to comment.