]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/flattened_file_object_test.go
Add initial validations of config.yaml
[rbdr/mobius] / hotline / flattened_file_object_test.go
index 656af6808fd866d8ee01735ee5ea3a9d4a55b121..4b3fdf65f0b015aa421fa04a3abca7ec8395d98b 100644 (file)
@@ -2,7 +2,6 @@ package hotline
 
 import (
        "fmt"
-       "github.com/davecgh/go-spew/spew"
        "github.com/stretchr/testify/assert"
        "os"
        "testing"
@@ -99,8 +98,6 @@ func TestFlatFileInformationFork_UnmarshalBinary(t *testing.T) {
                t.Run(tt.name, func(t *testing.T) {
                        ffif := &FlatFileInformationFork{}
                        tt.wantErr(t, ffif.UnmarshalBinary(tt.args.b), fmt.Sprintf("UnmarshalBinary(%v)", tt.args.b))
-
-                       spew.Dump(ffif)
                })
        }
 }