Skip to content

Commit

Permalink
Added missing EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Jul 4, 2024
1 parent 47a6ce0 commit 7ba589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FileUnitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,4 @@ TEST_CASE("Open not existing file")
{
matioCpp::File file;
REQUIRE_FALSE(file.open("notExisting.mat"));
}
}

0 comments on commit 7ba589b

Please sign in to comment.