Skip to content

Commit 40d0db9

Browse files
Fixed linting errors
1 parent efb707d commit 40d0db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/globalField-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Axios from 'axios'
33
import { expect } from 'chai'
44
import { describe, it } from 'mocha'
55
import { GlobalField, GlobalFieldCollection, createFormData } from '../../lib/stack/globalField'
6-
import { systemUidMock, checkSystemFields, globalFieldMock, stackHeadersMock, noticeMock, nestedGlobalFieldMock, nestedGlobalFieldPayload } from './mock/objects'
6+
import { systemUidMock, checkSystemFields, globalFieldMock, stackHeadersMock, noticeMock, nestedGlobalFieldMock } from './mock/objects'
77
import MockAdapter from 'axios-mock-adapter'
88

99
describe('Contentstack GlobalField test', () => {

0 commit comments

Comments
 (0)