Skip to content

Commit

Permalink
change: check the assertion (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfana01 committed Mar 30, 2023
1 parent dcd2c31 commit b1c1459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/organic/test_boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def test_get_board_success(self):

assert board
assert board.id == DEFAULT_BOARD_ID
assert board.name == DEFAULT_BOARD_NAME

self.assertIsNotNone(board.name)
self.assertIsNotNone(board.description)
def test_get_board_failure_invalid_board_id(self):
"""
Test getting a Board failure due to invalid board id
Expand Down

0 comments on commit b1c1459

Please sign in to comment.