Skip to content

Commit

Permalink
#109 Prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 3, 2024
1 parent 6651ebf commit 1b992a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func TestBasicLogging_JSON(test *testing.T) {
logger, err := NewSenzingLogger(componentID, idMessagesTest, loggerOptions...)
require.NoError(test, err)
actual := logger.JSON(9999, "detail")
assert.NotEmpty(test, len(actual))
assert.NotEmpty(test, actual)
}

func TestBasicLogging_NewError(test *testing.T) {
Expand Down

0 comments on commit 1b992a7

Please sign in to comment.