Skip to content

Commit

Permalink
Fix silly unit test mistake.
Browse files Browse the repository at this point in the history
Refs #8598
  • Loading branch information
martyngigg committed Jan 7, 2014
1 parent 28d9a88 commit 8a0bfeb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ class ConvertToYSpaceTest : public CxxTest::TestSuite
void test_Input_Workspace_In_TOF_With_Instrument_But_No_Detector_Parameters_Throws_Error_On_Execution()
{
auto alg = createAlgorithm();
auto testWS = WorkspaceCreationHelper::create2DWorkspaceWithFullInstrument(1,10, false);
auto testWS = WorkspaceCreationHelper::create2DWorkspaceWithFullInstrument(1,10, false, false, false);
testWS->getAxis(0)->setUnit("TOF");

alg->setProperty("InputWorkspace", testWS);
Expand Down

0 comments on commit 8a0bfeb

Please sign in to comment.