We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c7964 commit b9dea2bCopy full SHA for b9dea2b
static/app/views/projectDetail/utils.spec.tsx
@@ -86,7 +86,7 @@ describe('ProjectDetail Utils', function () {
86
});
87
88
it('returns correct query text for other platforms', () => {
89
- expect(getANRIssueQueryText('windows')).toBe('mechanism:[ANR,AppExitInfo]');
+ expect(getANRIssueQueryText('other')).toBe('mechanism:[ANR,AppExitInfo]');
90
expect(getANRIssueQueryText()).toBe('mechanism:[ANR,AppExitInfo]');
91
92
0 commit comments