Skip to content

Commit

Permalink
Remove TestFish. 🐠
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Jul 20, 2024
1 parent cd2657e commit c37741e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ytypes/schema_tests/set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
package validate

import (
"encoding/json"
"fmt"
"testing"

"github.com/google/go-cmp/cmp"
Expand Down Expand Up @@ -819,11 +817,3 @@ func TestSet(t *testing.T) {
})
}
}

func TestFish(t *testing.T) {
sch := mustSchema(opstateoc.Schema)
fmt.Printf("%+v\n", sch.SchemaTree["System_Dns"])

js, _ := json.MarshalIndent(sch.SchemaTree["System_Dns"], "", " ")
fmt.Printf("%s\n", js)
}

0 comments on commit c37741e

Please sign in to comment.