Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjbauer committed Nov 6, 2018
1 parent f429326 commit aba3ea4
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/NewExperiment.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { PageProps } from './Page';
import { Apis } from '../lib/Apis';
import { RoutePage } from '../components/Router';

describe('ExperimentDetails', () => {
describe('NewExperiment', () => {
const createExperimentSpy = jest.spyOn(Apis.experimentServiceApi, 'createExperiment');
const historyPushSpy = jest.fn();
const updateDialogSpy = jest.fn();
Expand Down
Loading

0 comments on commit aba3ea4

Please sign in to comment.