Skip to content

Commit

Permalink
Update test_sbc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jan 18, 2025
1 parent cb5ab08 commit 54249a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hm_pyhelper/tests/test_sbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def test_is_commercial_fleet_true(self):
@patch.dict('os.environ', {"BALENA_APP_NAME": "test"})
@patch.dict('os.environ', {"BALENA_APP_ID": "8700"})
def test_is_commercial_fleet_false(self):
self.assertFalse(is_commercial_fleet())
self.assertTrue(is_commercial_fleet())

0 comments on commit 54249a8

Please sign in to comment.