Skip to content

Commit

Permalink
Format and update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
remo5000 committed Jun 19, 2018
1 parent ca64473 commit 5e7e910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Missions page "loading" content renders correctly 1`] = `
<Router history={{...}}>
<Missions match={{...}} location={{...}} history={{...}} staticContext={{...}} handleAssessmentOverviewFetch={[Function: handleAssessmentOverviewFetch]}>
<div className=\\"Missions\\">
<ContentDisplay display={{...}} loadContentDispatch={[Function: loadContentDispatch]}>
<ContentDisplay display={{...}} loadContentDispatch={[Function: handleAssessmentOverviewFetch]}>
<div className=\\"ContentDisplay row center-xs\\">
<div className=\\"col-xs-10 contentdisplay-content-parent\\">
<Blueprint2.Card className=\\"contentdisplay-content\\" elevation={1} interactive={false}>
Expand Down Expand Up @@ -47,7 +47,7 @@ exports[`Missions page with 0 missions renders correctly 1`] = `
<Router history={{...}}>
<Missions match={{...}} location={{...}} history={{...}} staticContext={{...}} assessmentOverviews={{...}} handleAssessmentOverviewFetch={[Function: handleAssessmentOverviewFetch]}>
<div className=\\"Missions\\">
<ContentDisplay display={{...}} loadContentDispatch={[Function: loadContentDispatch]}>
<ContentDisplay display={{...}} loadContentDispatch={[Function: handleAssessmentOverviewFetch]}>
<div className=\\"ContentDisplay row center-xs\\">
<div className=\\"col-xs-10 contentdisplay-content-parent\\">
<Blueprint2.Card className=\\"contentdisplay-content\\" elevation={1} interactive={false}>
Expand Down Expand Up @@ -87,7 +87,7 @@ exports[`Missions page with multiple loaded missions renders correctly 1`] = `
<Router history={{...}}>
<Missions match={{...}} location={{...}} history={{...}} staticContext={{...}} assessmentOverviews={{...}} handleAssessmentOverviewFetch={[Function: handleAssessmentOverviewFetch]}>
<div className=\\"Missions\\">
<ContentDisplay display={{...}} loadContentDispatch={[Function: loadContentDispatch]}>
<ContentDisplay display={{...}} loadContentDispatch={[Function: handleAssessmentOverviewFetch]}>
<div className=\\"ContentDisplay row center-xs\\">
<div className=\\"col-xs-10 contentdisplay-content-parent\\">
<Blueprint2.Card className=\\"contentdisplay-content\\" elevation={1} interactive={false}>
Expand Down
2 changes: 1 addition & 1 deletion src/sagas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { call, put, race, select, take, takeEvery } from 'redux-saga/effects'

import * as actions from '../actions'
import * as actionTypes from '../actions/actionTypes'
import { mockAssessmentOverviews, mockAssessments} from '../mocks/api'
import { mockAssessmentOverviews, mockAssessments } from '../mocks/api'
import { IState } from '../reducers/states'
import { Context, interrupt, runInContext } from '../slang'
import { showSuccessMessage, showWarningMessage } from '../utils/notification'
Expand Down

0 comments on commit 5e7e910

Please sign in to comment.