Skip to content

Commit eb176cc

Browse files
author
Fei Yang
committed
change input parameters
1 parent 1255ad2 commit eb176cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/source_io/test_serial/read_input_item_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ TEST_F(InputTest, Item_test)
767767
{ // relax_method
768768
auto it = find_label("relax_method", readinput.input_lists);
769769
param.input.relax_method = "none";
770+
param.input.relax_method_param.method = "none";
770771
testing::internal::CaptureStdout();
771772
EXPECT_EXIT(it->second.check_value(it->second, param), ::testing::ExitedWithCode(1), "");
772773
output = testing::internal::GetCapturedStdout();

0 commit comments

Comments
 (0)