Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonhibl committed Aug 22, 2023
1 parent 3550854 commit a9341ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/tests/TgoCassisModuleTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ TEST_F(TgoCassisModuleKernels, TgoCassisTestProjSingleStitchedFrame) {
cubeList->write(cubeListFile);

QVector<QString> stitchArgs = {"fromlist=" + cubeListFile,
"outputprefix=" + prefix.path() + "/stitched-"};
"outputprefix=" + prefix.path() + "/stitched"};
UserInterface stitchOptions(STITCH_XML, stitchArgs);

try {
Expand Down

0 comments on commit a9341ed

Please sign in to comment.