Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa authored Nov 26, 2020
1 parent 2e1d648 commit 82e9c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This is a k6 test script that imports the k6-kafka-plugin and
tests Kafka with a single message per connection.
This is a k6 test script that imports the xk6-kafka and
tests Kafka with a 100 messages per connection.
*/

Expand Down Expand Up @@ -90,4 +90,4 @@ export default function () {
})

consumer.close();
}
}

0 comments on commit 82e9c14

Please sign in to comment.