Skip to content
Snippets Groups Projects
Commit 4c7fdfbd authored by Stefano Borini's avatar Stefano Borini
Browse files

Flake

parent de958126
No related branches found
No related tags found
1 merge request!69Introduce slots and resolution of named variables
...@@ -27,4 +27,3 @@ class TestDummyDataSource(unittest.TestCase): ...@@ -27,4 +27,3 @@ class TestDummyDataSource(unittest.TestCase):
model = DummyDataSourceModel(self.bundle) model = DummyDataSourceModel(self.bundle)
slots = ds.slots(model) slots = ds.slots(model)
self.assertEqual(slots, ((), ())) self.assertEqual(slots, ((), ()))
...@@ -55,4 +55,3 @@ class TestDirectExecution(unittest.TestCase): ...@@ -55,4 +55,3 @@ class TestDirectExecution(unittest.TestCase):
write_args = stdout.write.call_args write_args = stdout.write.call_args
self.assertEqual(write_args[0][0], "85.0") self.assertEqual(write_args[0][0], "85.0")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment