Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kahummer committed May 19, 2020
1 parent 312df32 commit 39805e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`containers/pages/MDAPoints/StudentListView works with the Redux store 1`] = `
exports[`containers/pages/MDAPoints/ClientListView works with the Redux store 1`] = `
Object {
"children": Array [
<thead
Expand Down Expand Up @@ -59,7 +59,7 @@ Object {
}
`;

exports[`containers/pages/MDAPoints/StudentListView works with the Redux store 2`] = `
exports[`containers/pages/MDAPoints/ClientListView works with the Redux store 2`] = `
Object {
"children": <tr
className="listview-tr"
Expand All @@ -82,7 +82,7 @@ Object {
}
`;

exports[`containers/pages/MDAPoints/StudentListView works with the Redux store 3`] = `
exports[`containers/pages/MDAPoints/ClientListView works with the Redux store 3`] = `
Object {
"children": Array [
<tr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('containers/pages/MDAPoints/ClientListView', () => {
expect(wrapper.find('HeaderBreadcrumb').props()).toEqual({
currentPage: {
label: 'Students',
url: '/students',
url: '/clients/students',
},
pages: [
{
Expand Down Expand Up @@ -111,7 +111,7 @@ describe('containers/pages/MDAPoints/ClientListView', () => {
expect(wrapper.find('HeaderBreadcrumb').props()).toEqual({
currentPage: {
label: 'Students',
url: '/students',
url: '/clients/students',
},
pages: [
{
Expand Down

0 comments on commit 39805e4

Please sign in to comment.