Skip to content

Commit

Permalink
Merge branch 'merge/release/3.0-to-master' of https://github.com/dotn…
Browse files Browse the repository at this point in the history
…et-maestro-bot/Common into merge/release/3.0-to-master

Commit migrated from dotnet/extensions@4357bfd
  • Loading branch information
BrennanConroy committed Aug 16, 2019
2 parents 8e64794 + 5b43a41 commit e80a237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ private static class EventTypes
#else
{ "E5JS", (e) => VerifySingleEvent(e, "Logger2", EventTypes.MessageJson, 5, null, LogLevel.Critical,
@"""ArgumentsJson"":{""stringParam"":""bar"",""int1Param"":""23"",""int2Param"":""45""",
@"""ExceptionJson"":{""TypeName"":""System.Exception"",""Message"":""oops"",""HResult"":""-2146233088"",""VerboseMessage"":""System.Exception: oops ---\u003e System.Exception: inner oops") },
@"""ExceptionJson"":{""TypeName"":""System.Exception"",""Message"":""oops"",""HResult"":""-2146233088"",""VerboseMessage"":""System.Exception: oops ---\u003E System.Exception: inner oops") },

{ "E5MSG", (e) => VerifySingleEvent(e, "Logger2", EventTypes.Message, 5, null, LogLevel.Critical,
@"{""Key"":""stringParam"",""Value"":""bar""}",
Expand Down

0 comments on commit e80a237

Please sign in to comment.