Fix broken test

This commit is contained in:
Filipa Lacerda 2017-02-16 13:28:59 +00:00
parent d1004b7976
commit 78082831c1
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
require('~/commit/pipelines/pipelines_store');
const PipelinesStore = require('~/commit/pipelines/pipelines_store');
describe('Store', () => {
let store;
beforeEach(() => {
store = new gl.commits.pipelines.PipelinesStore();
store = new PipelinesStore();
});
// unregister intervals and event handlers