Skip to content

Commit

Permalink
refs #6667 Fixed unit test affected by check_background changed
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jul 18, 2013
1 parent 0c3a72f commit 9741bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/DirectEnergyConversionTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_get_parameter(self):
param = tReducer.get_default_parameter('ei-mon1-spec')
self.assertTrue(isinstance(param,int))

param = tReducer.get_default_parameter('background')
param = tReducer.get_default_parameter('check_background')
self.assertTrue(isinstance(param,bool))

print "Instr_type :",type(tReducer.instrument)
Expand Down

0 comments on commit 9741bfb

Please sign in to comment.