Skip to content

Commit c0deaa6

Browse files
authored
fix linting issue (canada-ca#1347)
1 parent 3b6878c commit c0deaa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api-js/src/types/__tests__/dkim-results.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('given the dkim result object', () => {
4646
expect(demoType.keyLength.type).toMatchObject(GraphQLString)
4747
})
4848
it('has a rawJson field', () => {
49-
const demoType = dkimResultsType.getFields()
49+
const demoType = dkimResultType.getFields()
5050

5151
expect(demoType).toHaveProperty('rawJson')
5252
expect(demoType.rawJson.type).toEqual(GraphQLJSON)
@@ -167,7 +167,7 @@ describe('given the dkim result object', () => {
167167
})
168168
describe('testing the rawJSON resolver', () => {
169169
it('returns the resolved value', () => {
170-
const demoType = dkimResultsType.getFields()
170+
const demoType = dkimResultType.getFields()
171171

172172
const rawJson = { item: 1234 }
173173

0 commit comments

Comments
 (0)