✨ Add null formatter
This commit is contained in:
parent
79fa957d02
commit
632c7143f1
5 changed files with 83 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
func TestKinds(t *testing.T) {
|
||||
assert.ElementsMatch(t, []string{"plain", "json"}, Kinds())
|
||||
assert.ElementsMatch(t, []string{"plain", "json", "zero"}, Kinds())
|
||||
}
|
||||
|
||||
func TestNewUnsupported(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue