Skip to content

Commit

Permalink
fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
gitworkflows committed Nov 12, 2024
1 parent 6a952b7 commit 60cb5eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/runtime/message-parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe('StreamingMessageParser', () => {
it.each<[string | string[], ExpectedResult | string]>([
['Foo bar ', 'Foo bar '],
['Foo bar <ba', 'Foo bar <ba'],
['Foo bar ', 'Foo bar '],
['Foo bar <startgpt', 'Foo bar '],
['Foo bar <startgpta', 'Foo bar <startgpta'],
['Foo bar <startgptA', 'Foo bar '],
Expand Down

0 comments on commit 60cb5eb

Please sign in to comment.