diff --git a/unittest/formats/test_dump_atom.cpp b/unittest/formats/test_dump_atom.cpp index 0140b1a9e4..daa4f8e4b7 100644 --- a/unittest/formats/test_dump_atom.cpp +++ b/unittest/formats/test_dump_atom.cpp @@ -730,7 +730,7 @@ TEST_F(DumpAtomTest, colname) command("group one id 1"); command("dump id one atom 10 " + dump_file); command("run 5 post no"); - command("dump_modify id colname id AtomID colname 3 x-scaled colname -1 z-scaled"); + command("dump_modify id colname id AtomID colname 3 x-scaled colname -4 z-scaled"); command("run 10 post no"); command("dump_modify id colname default"); command("run 10 post no");