summaryrefslogtreecommitdiff
path: root/spec/frontend_integration/test_helpers/factories/commit.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend_integration/test_helpers/factories/commit.js')
-rw-r--r--spec/frontend_integration/test_helpers/factories/commit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend_integration/test_helpers/factories/commit.js b/spec/frontend_integration/test_helpers/factories/commit.js
index 09bb5fd589b..196295addbe 100644
--- a/spec/frontend_integration/test_helpers/factories/commit.js
+++ b/spec/frontend_integration/test_helpers/factories/commit.js
@@ -1,5 +1,5 @@
-import { withValues } from '../utils/obj';
import { getCommit } from '../fixtures';
+import { withValues } from '../utils/obj';
import { createCommitId } from './commit_id';
export const createNewCommit = ({ id = createCommitId(), message }, orig = getCommit()) => {