Skip to content

Commit a2fd018

Browse files
committed
fix unint test
1 parent 26d0e0f commit a2fd018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/producer.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const adminUrl = 'http://localhost:8080';
230230

231231
test('Custom Message Router Exception', async () => {
232232
// 1. Define a partitioned topic and a custom router
233-
const partitionedTopicName = `test-custom-router-${Date.now()}`;
233+
const partitionedTopicName = `test-custom-router-failed-${Date.now()}`;
234234
const partitionedTopic = `persistent://public/default/${partitionedTopicName}`;
235235

236236
// 2. Create a producer with the custom message router

0 commit comments

Comments
 (0)