Skip to content

Commit f751f2e

Browse files
committed
update the name of variable in unittest
1 parent a47daef commit f751f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/test/read_input_ptest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ TEST_F(InputParaTest, ParaRead)
107107
EXPECT_TRUE(param.inp.symmetry_autoclose);
108108
EXPECT_EQ(param.inp.cal_force, 0);
109109
EXPECT_NEAR(param.inp.force_thr, 1.0e-3, 1.0e-7);
110-
EXPECT_DOUBLE_EQ(param.inp.force_thr_ev2, 0);
110+
EXPECT_DOUBLE_EQ(param.inp.force_zero_out, 0);
111111
EXPECT_DOUBLE_EQ(param.inp.stress_thr, 1.0e-2);
112112
EXPECT_DOUBLE_EQ(param.inp.press1, 0.0);
113113
EXPECT_DOUBLE_EQ(param.inp.press2, 0.0);

0 commit comments

Comments
 (0)