Commit d5c3535f authored by Brian Tiger Chow's avatar Brian Tiger Chow

misc(eventlog) run tests in parallel

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 7b7a6d8c
......@@ -38,11 +38,13 @@ func TestOverwrite(t *testing.T) {
}
func TestMarshalJSON(t *testing.T) {
t.Parallel()
bs, _ := Metadata{"a": "b"}.JsonString()
t.Log(bs)
}
func TestMetadataIsLoggable(t *testing.T) {
t.Parallel()
func(l Loggable) {
}(Metadata{})
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment