Skip to content

Commit 980ccda

Browse files
committed
Test: Update unit test
1 parent c82dc7a commit 980ccda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/module_io/test/read_input_ptest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ TEST_F(InputParaTest, ParaRead)
180180
EXPECT_EQ(param.inp.out_freq_ion, 0);
181181
EXPECT_EQ(param.inp.out_chg[0], 0);
182182
EXPECT_EQ(param.inp.out_chg[1], 3);
183+
EXPECT_EQ(param.inp.out_elf[0], 0);
184+
EXPECT_EQ(param.inp.out_elf[1], 3);
183185
EXPECT_EQ(param.inp.out_dm, 0);
184186
EXPECT_EQ(param.inp.out_dm1, 0);
185187
EXPECT_EQ(param.inp.deepks_out_labels, 0);

0 commit comments

Comments
 (0)