From 4c186f99f2ce72dfe3cd3e64b84b5ea5761f1657 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 19 Oct 2017 18:41:52 +0100 Subject: fixed failing title test --- spec/javascripts/repo/components/repo_file_spec.js | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/javascripts/repo/components/repo_file_spec.js') 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: '

html

', pageTitle: 'otherpageTitle', }; -- cgit v1.2.1