From 42014cf782eac4b8358cca76b05cc37a7262b087 Mon Sep 17 00:00:00 2001 From: Pietro Pasotti Date: Fri, 24 Jun 2022 15:22:52 +0200 Subject: [PATCH] fixed bool bug in model tests --- test/test_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_model.py b/test/test_model.py index 4cd20a039..b7276162a 100755 --- a/test/test_model.py +++ b/test/test_model.py @@ -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')