Skip to content

Commit

Permalink
Fixes broken dezinger_simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwade committed Dec 20, 2017
1 parent e152f9e commit aaefb0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DezingFilterTest(unittest.TestCase):

def test_dezing_filter(self):
options = tu.set_experiment('tomoRaw')
plugin = 'savu.plugins.filters.dezing_filter'
plugin = 'savu.plugins.filters.dezinger_simple'
run_protected_plugin_runner_no_process_list(options, plugin)

if __name__ == "__main__":
Expand Down

0 comments on commit aaefb0a

Please sign in to comment.