Skip to content

Commit

Permalink
CI lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Sparks committed Aug 21, 2024
1 parent 41dc557 commit 9aa9079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nats/tests/jetstream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ fn jetstream_consumer_configs_sample_frequency() {
};
let consumer = js.add_consumer("SampledStream", cconfig).unwrap();

assert_eq!(80, consumer.config.sample_frequency);
assert_eq!(80, consumer.config.sample_frequency);
}

// Helper function to return server and client.
Expand Down

0 comments on commit 9aa9079

Please sign in to comment.