Skip to content

Commit a1e1287

Browse files
committed
readd name check
1 parent 282bd66 commit a1e1287

File tree

1 file changed

+3
-0
lines changed
  • dev-packages/node-integration-tests/suites/tracing/kafkajs

1 file changed

+3
-0
lines changed

dev-packages/node-integration-tests/suites/tracing/kafkajs/test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ describe('kafkajs', () => {
4848
});
4949
}
5050

51+
expect(producer!.transaction).toBe('send test-topic');
52+
expect(consumer!.transaction).toBe('process test-topic');
53+
5154
expect(producer!.contexts?.trace).toMatchObject(
5255
expect.objectContaining({
5356
op: 'message',

0 commit comments

Comments
 (0)