Skip to content

Commit

Permalink
Discard changes to tests/matching/MatchBin_logging.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson authored Feb 29, 2024
1 parent e65d525 commit 5abbf48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/matching/MatchBin_logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,10 @@ TEST_CASE("Test MatchBin", "[matchbin]")
auto data = file.ToData<std::string>();

/*
there have to be three lines written to our file:
there have to be four lines written to our file:
* 1 header
* 2 matches
* 1 EOF newline
*/
REQUIRE(data.size() == 3);
REQUIRE(bin.log.GetLogBuffer().empty());
Expand Down

0 comments on commit 5abbf48

Please sign in to comment.