Skip to content

Commit

Permalink
adjust DisassemblerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Feb 4, 2025
1 parent e9319e1 commit cee6b48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@

import java.math.BigInteger;
import lombok.extern.slf4j.Slf4j;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import org.ton.java.address.Address;

@Slf4j
@RunWith(JUnit4.class)
@Ignore
public class TestRealBitString {
@Test
public void testRealBitStringUsedFree() {
Expand Down

0 comments on commit cee6b48

Please sign in to comment.