Skip to content

Commit 8d7d98a

Browse files
vojtechkralscanterog
authored andcommitted
mocking: Minor panic message tweak
1 parent 4bc9f8c commit 8d7d98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl MockCluster {
9393
let raw =
9494
unsafe { CStr::from_ptr(rdsys::rd_kafka_mock_cluster_bootstraps(self.mock_cluster)) };
9595
raw.to_str()
96-
.expect("Unexpected none unicode chars in bootstrap servers")
96+
.expect("Unexpected non-Unicode characters in bootstrap servers")
9797
.to_string()
9898
}
9999

0 commit comments

Comments
 (0)