Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Jan 13, 2025
1 parent 799db81 commit c96f518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/consumer_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var _ = Describe("Consumer Controller", func() {
}

emptyConsumerConfig := jetstream.ConsumerConfig{
Name: consumerName,
Durable: consumerName,
}

// Tested controller
Expand Down Expand Up @@ -639,7 +639,7 @@ func Test_consumerSpecToConfig(t *testing.T) {
},
},
want: &jetstream.ConsumerConfig{
Name: "test-consumer",
Durable: "test-consumer",
Description: "test consumer",
DeliverPolicy: jetstream.DeliverNewPolicy,
OptStartSeq: 17,
Expand Down

0 comments on commit c96f518

Please sign in to comment.