Skip to content

Commit

Permalink
Added line to test Namespace method
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Apr 5, 2024
1 parent 23eebaa commit 6d5fa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/scope_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func TestApplyingExternalNamespace(t *testing.T) {
// The applied scope must be passed down to all of those types, validating
// that the scope gets applied down and that errors are propagated up.
refRefSchema := schema.NewNamespacedRefSchema("scopeTestObjectB", "test-namespace", nil)

assert.Equals(t, refRefSchema.Namespace(), "test-namespace")
refProperty := schema.NewPropertySchema(
refRefSchema,
nil,
Expand Down

0 comments on commit 6d5fa01

Please sign in to comment.