(cherry picked from commit 67028af99e)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d41bfec2f8
commit
dc27360a89
@@ -70,9 +70,8 @@ func TestReadCSV(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
frame := data.NewFrame("", fBool, fBool2, fNum, fStr)
|
||||
frameToJSON, err := data.FrameToJSON(frame)
|
||||
out, err := data.FrameToJSON(frame, data.IncludeAll)
|
||||
require.NoError(t, err)
|
||||
out := frameToJSON.Bytes(data.IncludeAll)
|
||||
|
||||
require.JSONEq(t, `{"schema":{
|
||||
"fields":[
|
||||
|
||||
Reference in New Issue
Block a user