Skip to content

Commit

Permalink
remove outdate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Nov 9, 2023
1 parent af850e1 commit cb0f00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cardinal/cardinal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type Foo struct{}
func (Foo) Name() string { return "foo" }

func TestNewWorld(t *testing.T) {
// should fail, this test should generate a compile error if the function signature changes.
_, err := cardinal.NewWorld(cardinal.WithNamespace("testnamespace"))
assert.NilError(t, err)
}
Expand Down

0 comments on commit cb0f00a

Please sign in to comment.