Skip to content

Commit

Permalink
🐛 ✅ Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 8, 2023
1 parent 9949972 commit 3488c4b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_dex_exchange_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ def test_fixture_plugin():
def test_dynaconf_is_in_testing_env_DEX56():
print(settings.VALUE)
assert settings.VALUE == "On Testing DEX_56"
assert settings.dex_wallet_address == "0x1234567890123456789012345678901234567899"


# @pytest.mark.asyncio
# async def test_listener_discord():
# print(settings.VALUE)
# listener_test = Listener()
# print(listener_test)
# assert listener_test is not None
# assert isinstance(listener_test, iamlistening.main.Listener)


@pytest.mark.asyncio
Expand Down

0 comments on commit 3488c4b

Please sign in to comment.