Skip to content

Commit

Permalink
test: conftest.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jun 22, 2024
1 parent ed14577 commit 151d2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
@pytest.fixture
def get_sample_mantaray_node() -> dict[MantarayNode, bytes]:
node = MantarayNode()
# random_address = gen_32_bytes()
random_address = bytes(bytearray([229, 5, 247, 157, 211, 167, 196, 164, 82, 13, 129, 139, 75, 95, 58, 43, 188, 41, 52, 27, 52, 221, 242, 140, 150, 81, 189, 90, 184, 120, 19, 31]))
random_address = gen_32_bytes()
#random_address = bytes(bytearray([229, 5, 247, 157, 211, 167, 196, 164, 82, 13, 129, 139, 75, 95, 58, 43, 188, 41, 52, 27, 52, 221, 242, 140, 150, 81, 189, 90, 184, 120, 19, 31]))
node.set_entry(random_address)

path1 = "path1/valami/elso".encode()
Expand Down

0 comments on commit 151d2cd

Please sign in to comment.