diff options
author | Phil Hughes <me@iamphill.com> | 2017-10-19 18:41:52 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-10-23 10:46:53 +0100 |
commit | 4c186f99f2ce72dfe3cd3e64b84b5ea5761f1657 (patch) | |
tree | c77151dbb2d5e98d604aa02f89214c2265683b8e /spec/javascripts | |
parent | 60ce5155c8e0804b71c55d1492d7812133673fa2 (diff) | |
download | gitlab-ce-4c186f99f2ce72dfe3cd3e64b84b5ea5761f1657.tar.gz |
fixed failing title test
Diffstat (limited to 'spec/javascripts')
-rw-r--r-- | spec/javascripts/repo/components/repo_file_spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/repo/components/repo_file_spec.js b/spec/javascripts/repo/components/repo_file_spec.js index 107f6797f8a..8403df9be64 100644 --- a/spec/javascripts/repo/components/repo_file_spec.js +++ b/spec/javascripts/repo/components/repo_file_spec.js @@ -7,6 +7,7 @@ import { file } from '../mock_data'; describe('RepoFile', () => { const updated = 'updated'; const otherFile = { + id: 'test', html: '<p class="file-content">html</p>', pageTitle: 'otherpageTitle', }; |