Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Oct 2, 2023
1 parent d553bf5 commit 918526e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/internal/reflecthelpers/reflect_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ func Test_SetProperty_TargetingUnknownNestedProperty_ReturnsExpectedError(t *tes
err := reflecthelpers.SetProperty(subject, "Owner.UnknownProperty", "newValue")
g.Expect(err).To(HaveOccurred())

g.Expect(err).To(MatchError(ContainSubstring("Ownerx")))
g.Expect(err).To(MatchError(ContainSubstring("Owner")))
g.Expect(err).To(MatchError(ContainSubstring("UnknownProperty")))
}
Expand Down

0 comments on commit 918526e

Please sign in to comment.