Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
s0mewha7 committed Dec 1, 2023
1 parent 8e9a1c6 commit 3a302f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion let4-struct/xml_format_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ TEST(MobilePhoneTest, PrintMobilePhoneInvalidInput) {

printMobilePhone(input, output);
ASSERT_NE(output.str().find("Invalid input format"), std::string::npos);
}
}
// let4_struct test

0 comments on commit 3a302f1

Please sign in to comment.