From 821ff47d9c601f6fbe95da68faa2e5d0dee23703 Mon Sep 17 00:00:00 2001 From: antonhibl Date: Wed, 1 Mar 2023 15:55:14 -0700 Subject: [PATCH] added details to changelog changelog fixes removed typo --- isis/tests/TgoCassisModuleTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isis/tests/TgoCassisModuleTests.cpp b/isis/tests/TgoCassisModuleTests.cpp index dddbb03b81..d26fe37c34 100644 --- a/isis/tests/TgoCassisModuleTests.cpp +++ b/isis/tests/TgoCassisModuleTests.cpp @@ -2288,7 +2288,7 @@ TEST_F(TgoCassisModuleKernels, TgoCassisTestProjSingleStitchedFrame) { cubeList->write(cubeListFile); QVector stitchArgs = {"fromlist=" + cubeListFile, - "outputprefix=" + prefix.path() + "/stitched-"}; + "outputprefix=" + prefix.path() + "/stitched"}; UserInterface stitchOptions(STITCH_XML, stitchArgs); try {