Skip to content

Commit b9773d9

Browse files
committed
test: fix test assertion value
1 parent e3e6e14 commit b9773d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processor/processor_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@ var _ = Describe("Processor", Ordered, func() {
36653665
"destination-definition-name-enabled",
36663666
),
36673667
)),
3668-
).To(Equal(7)) // all except D6 and D7
3668+
).To(Equal(6)) // all except D6 and D7
36693669

36703670
Expect(processor.isDestinationAvailable(eventWithDeniedConsentsGCMKetch, SourceIDGCM, "")).To(BeTrue())
36713671
Expect(

0 commit comments

Comments
 (0)