Skip to content

Commit

Permalink
chore: fix test title
Browse files Browse the repository at this point in the history
  • Loading branch information
matyax committed Sep 4, 2024
1 parent 6ba7fd7 commit c0df8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/combineResponses.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ describe('combineResponses', () => {
expect(combined.errors?.[0]?.message).toBe('errorB');
});

it('combine when both params have errors', () => {
it('combine when both frames have errors', () => {
const { metricFrameA, metricFrameB } = getMockFrames();
const errorA = {
message: 'errorA',
Expand Down

0 comments on commit c0df8ca

Please sign in to comment.