fix typo in test assertion
This commit is contained in:
parent
42a5668831
commit
c13b859aa5
1 changed files with 2 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ namespace test{
|
|||
verify_logJoining();
|
||||
verify_callLogging();
|
||||
verify_eventLogging();
|
||||
verify_genericLogging();
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -303,7 +304,7 @@ namespace test{
|
|||
|
||||
CHECK (join(log) == string(
|
||||
"Rec(EventLogHeader| ID = theHog ), "
|
||||
"Rec(some| ID = weird |{struff}), "
|
||||
"Rec(some| ID = weird |{stuff}), "
|
||||
"Rec(warn|{danger}), "
|
||||
"Rec(error|{horrible}), "
|
||||
"Rec(fatal|{destiny}), "
|
||||
|
|
|
|||
Loading…
Reference in a new issue