Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Jan 16, 2025
1 parent f28fc8f commit fd5b0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/composableschemadsl/compiler/importer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ func TestEscapeAttemptCausesError(t *testing.T) {
}, compiler.AllowUnprefixedObjectType(),
compiler.SourceFolder(sourceFolder))

require.ErrorContains(t, err, "does not stay within")
require.ErrorContains(t, err, "must stay within")
}

0 comments on commit fd5b0cc

Please sign in to comment.