Skip to content

Commit 6d1d50d

Browse files
committed
Fix typo
1 parent c75047a commit 6d1d50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js/explore/study-gene-keyword.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe('Search query display text', () => {
123123
expect(isHumanGroupAnnotationEligible).toBe(true)
124124
})
125125

126-
it('distinguishes pathway from gene search types in analytics loggging', async () => {
126+
it('distinguishes pathway from gene search types in analytics logging', async () => {
127127
const fakeLog = jest.spyOn(MetricsApi, 'log')
128128
fakeLog.mockImplementation(() => { })
129129

0 commit comments

Comments
 (0)