Skip to content

Commit

Permalink
fix unit test (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Oct 9, 2024
1 parent 385914d commit 260dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/test/renderer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ suite('PromptRenderer', () => {
);

// if priorities were not scoped, we'd see hello80 here instead of outer70
assert.strictEqual(actual.messages[0].content, 'hello60\nhello70\nhello80\nhello90\nouter60\nouter70\nouter80\nouter90');
assert.strictEqual(actual.messages[0].content, 'hello90\nouter60\nouter70\nouter80\nouter90');
});

test('round trips messages', async () => {
Expand Down

0 comments on commit 260dea4

Please sign in to comment.