Skip to content

Commit

Permalink
Fixes broken dawn test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwade committed Nov 13, 2019
1 parent 9dc5e02 commit 088295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configurator_tests/dawn_compatible_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_dawn_plugins_found(self):
self.assertGreater(len(pu.dawn_plugins), 0)

def test_dawn_plugin_params_found(self):
cu.populate_plugins()
cu.populate_plugins(dawn=True)
self.assertTrue(isinstance(
pu.dawn_plugin_params[pu.dawn_plugins.keys()[0]], dict))

Expand Down

0 comments on commit 088295a

Please sign in to comment.