Skip to content

Commit

Permalink
Fixed typo in normalization test that prevented it from working
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey SubbaRao committed Feb 6, 2020
1 parent c98e68a commit 53cb3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/viewers/profile/qt/tests/test_python_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_sum(self, tmpdir):
self.assert_same(tmpdir)

def test_normalization(self, tmpdir):
self.viewer.state.normalized = True
self.viewer.state.normalize = True
self.assert_same(tmpdir)

def test_subset(self, tmpdir):
Expand Down

0 comments on commit 53cb3b2

Please sign in to comment.