Skip to content

Commit

Permalink
Remove test that failed with change from #50
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jan 12, 2024
1 parent 89da27c commit aafd31e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_command_argument_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ def test_exchange_declare_ticket(self):
with self.assertRaises(ValueError):
commands.Exchange.Declare(ticket=46 & 2) # Just ahead of me

def test_exchange_declare_internal(self):
with self.assertRaises(ValueError):
commands.Exchange.Declare(internal=True)

def test_exchange_declare_exchange_length(self):
with self.assertRaises(ValueError):
commands.Exchange.Declare(exchange=str.ljust('A', 128))
Expand Down

0 comments on commit aafd31e

Please sign in to comment.