File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ TEST(PrintStress, PrintStress)
292292 std::string output_str;
293293 getline (ifs, output_str);
294294 getline (ifs, output_str); // mohan add 2025-06-22
295- EXPECT_THAT (output_str, testing::HasSubstr (" #TOTAL-STRESS (KBAR )#" ));
295+ EXPECT_THAT (output_str, testing::HasSubstr (" #TOTAL-STRESS (kbar )#" ));
296296
297297 getline (ifs, output_str);
298298 EXPECT_THAT (output_str, testing::HasSubstr (" ----------------------------------------------------------------" ));
@@ -316,7 +316,7 @@ TEST(PrintStress, PrintStress)
316316 EXPECT_THAT (output_str, testing::HasSubstr (" ----------------------------------------------------------------" ));
317317
318318 getline (ifs, output_str);
319- EXPECT_THAT (output_str, testing::HasSubstr (" #TOTAL-PRESSURE# (EXCLUDE KINETIC PART OF IONS): 49035.075992 KBAR " ));
319+ EXPECT_THAT (output_str, testing::HasSubstr (" #TOTAL-PRESSURE# (EXCLUDE KINETIC PART OF IONS): 49035.075992 kbar " ));
320320 ifs.close ();
321321 std::remove (" running_stress.txt" );
322322}
You can’t perform that action at this time.
0 commit comments