Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update old test with non int value
  • Loading branch information
dave-connors-3 committed Feb 27, 2023
commit db84daae5a991d0d1cc87c698a1926ea7d390479
1 change: 1 addition & 0 deletions test/unit/test_contracts_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_unsupported_version(self):
'version': '1.0',
'profile': 'test',
'project-root': '/usr/src/app',
'config-version': 'non-int',
}
with self.assertRaises(Exception):
self.ContractType.from_dict(dct)