Skip to content
Snippets Groups Projects
Commit 2bb10c87 authored by Anton Piccardo-Selg's avatar Anton Piccardo-Selg
Browse files

Refs #14427 Make sample workspace a histogram

parent 86498f36
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ public:
void testCreateOutputWorkspaceWithDistributionAsInput() {
// Arrange
MatrixWorkspace_sptr matrixWs =
WorkspaceCreationHelper::Create2DWorkspace123(4, 12);
WorkspaceCreationHelper::Create2DWorkspace123(4, 12, true);
Mantid::API::WorkspaceHelpers::makeDistribution(matrixWs);
TestableSeqDomainSpectrumCreator creator(NULL, "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment