X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/2d52424e94e617627e4438fd207ee94949409328..96519d184b5de8a26309f7dd46e118e5f69127f7:/hotline/flattened_file_object_test.go?ds=sidebyside diff --git a/hotline/flattened_file_object_test.go b/hotline/flattened_file_object_test.go index 656af68..4b3fdf6 100644 --- a/hotline/flattened_file_object_test.go +++ b/hotline/flattened_file_object_test.go @@ -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) }) } }