(t *testing.T)
| 16 | } |
| 17 | |
| 18 | func TestLoadBytesOK_TrimNewlineEnd(t *testing.T) { |
| 19 | data := LoadBytes(t, "testdata/test.json", TrimNewlineEnd) |
| 20 | assert.Equal(t, []byte(testJSONContent), data) |
| 21 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…