Skip to content

Commit

Permalink
fixed bool bug in model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Jun 24, 2022
1 parent f2b5330 commit 42014cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def setUp(self):
bar:
type: int
qux:
type: bool
type: boolean
''')
self.addCleanup(self.harness.cleanup)
self.relation_id_db0 = self.harness.add_relation('db0', 'db')
Expand Down

0 comments on commit 42014cf

Please # to comment.