From 003908062fc9db45755919f5885b90f5d5cf0aef Mon Sep 17 00:00:00 2001 From: Tanner Stirrat Date: Tue, 5 Nov 2024 15:49:16 -0700 Subject: [PATCH] Add filtering test to list of tests --- pkg/composableschemadsl/compiler/importer_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/composableschemadsl/compiler/importer_test.go b/pkg/composableschemadsl/compiler/importer_test.go index 03475359e4..4480a0db1a 100644 --- a/pkg/composableschemadsl/compiler/importer_test.go +++ b/pkg/composableschemadsl/compiler/importer_test.go @@ -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"},