Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 4, 2024
1 parent 9c894f1 commit f0b37ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/src/test/test-Consumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,8 @@ test('Consumer emits "score"', async () =>
// Simulate a 'score' notification coming through the channel.
const builder = new flatbuffers.Builder();
const consumerScore = new FbsConsumer.ConsumerScoreT(9, 10, [ 8 ]);
const consumerScoreNotification = new FbsConsumer.ScoreNotificationT(consumerScore);
const consumerScoreNotification =
new FbsConsumer.ScoreNotificationT(consumerScore);
const notificationOffset = Notification.createNotification(
builder,
builder.createString(audioConsumer.id),
Expand Down

0 comments on commit f0b37ec

Please sign in to comment.