summaryrefslogtreecommitdiff
path: root/spec/javascripts/repo
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-16 15:13:43 +0100
committerPhil Hughes <me@iamphill.com>2017-10-16 15:13:43 +0100
commita11410a82d2323cb4834ac5ed405a92245788dac (patch)
tree405f9ee5c1308b6b741f2319bf4d8ec18303bc39 /spec/javascripts/repo
parentddc0f837a019ce7140dc5c84fdef4ff4094f5cab (diff)
downloadgitlab-ce-a11410a82d2323cb4834ac5ed405a92245788dac.tar.gz
fixed karma build because of a removed method
Diffstat (limited to 'spec/javascripts/repo')
-rw-r--r--spec/javascripts/repo/mock_data.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/repo/mock_data.js b/spec/javascripts/repo/mock_data.js
index 6342b3539b5..46c68c00357 100644
--- a/spec/javascripts/repo/mock_data.js
+++ b/spec/javascripts/repo/mock_data.js
@@ -1,7 +1,7 @@
import RepoHelper from '~/repo/helpers/repo_helper';
// eslint-disable-next-line import/prefer-default-export
-export const file = () => RepoHelper.serializeBlob({
+export const file = () => RepoHelper.serializeRepoEntity('blob', {
icon: 'icon',
url: 'url',
name: 'name',