Skip to content

Commit edca8be

Browse files
authored
fixup unit test description (#102)
Signed-off-by: perdasilva <[email protected]>
1 parent 4366cf4 commit edca8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resolution/variable_sources/utils/predicates/predicates_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var _ = Describe("Predicates", func() {
4242
})
4343

4444
Describe("InChannel", func() {
45-
It("should return true when the entity has the has version in the right range", func() {
45+
It("should return true when the entity comes from the specified channel", func() {
4646
entity := input.NewEntity("test", map[string]string{
4747
property.TypeChannel: `{"channelName":"stable","priority":0}`,
4848
})

0 commit comments

Comments
 (0)