Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malwilley committed Sep 20, 2024
1 parent a22b2e2 commit 014de92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/components/searchQueryBuilder/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ describe('SearchQueryBuilder', function () {
screen.getByRole('button', {name: 'Edit value for filter: custom_tag_name'})
);

// Input value should have the excaped value (with a trailing comma)
// Input value should have the escaped value (with a trailing comma)
expect(screen.getByRole('combobox', {name: 'Edit filter value'})).toHaveValue(
expected + ','
);
Expand Down

0 comments on commit 014de92

Please sign in to comment.