Skip to content

Commit

Permalink
Add filtering test to list of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Nov 6, 2024
1 parent 015b524 commit 0039080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/composableschemadsl/compiler/importer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func TestImporter(t *testing.T) {
importerTests := []importerTest{
{"simple local import", "simple-local"},
{"simple local import with transitive hop", "simple-local-with-hop"},
{"simple local import with extra def", "simple-local-with-extra-def"},
{"nested local import", "nested-local"},
{"nested local import with transitive hop", "nested-local-with-hop"},
{"nested local two layers deep import", "nested-two-layer-local"},
Expand Down

0 comments on commit 0039080

Please sign in to comment.