update unit test for changed error message

This commit is contained in:
Axel Kohlmeyer
2022-08-13 23:02:04 -04:00
parent 3292ee8299
commit 89f32e43dc

View File

@ -624,7 +624,7 @@ TEST_F(DumpAtomTest, dump_modify_invalid)
command("dump id all atom 1 dump.txt");
END_HIDE_OUTPUT();
TEST_FAILURE(".*Illegal dump_modify command.*", command("dump_modify id true"););
TEST_FAILURE(".*Unknown dump_modify keyword: true.*", command("dump_modify id true"););
}
TEST_F(DumpAtomTest, write_dump)