Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 28, 2024
1 parent 5603fd9 commit 1b37861
Showing 1 changed file with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,16 @@ describe('session-recording utils', () => {
[
[
{
messages: [
expectedIngestionWarningMessage({
libVersion: '1.74.0',
minorVersion: 74,
}),
],
topic: 'clickhouse_ingestion_warnings_test',
kafkaMessage: {
messages: [
expectedIngestionWarningMessage({
libVersion: '1.74.0',
minorVersion: 74,
}),
],
topic: 'clickhouse_ingestion_warnings_test',
},
waitForAck: true,
},
],
],
Expand All @@ -229,13 +232,16 @@ describe('session-recording utils', () => {
[
[
{
messages: [
expectedIngestionWarningMessage({
libVersion: '1.32.0',
minorVersion: 32,
}),
],
topic: 'clickhouse_ingestion_warnings_test',
kafkaMessage: {
messages: [
expectedIngestionWarningMessage({
libVersion: '1.32.0',
minorVersion: 32,
}),
],
topic: 'clickhouse_ingestion_warnings_test',
},
waitForAck: true,
},
],
],
Expand Down

0 comments on commit 1b37861

Please sign in to comment.