change test expectations

This commit is contained in:
jansenk
2019-01-03 16:55:13 -05:00
parent 3deb592d89
commit 286e194414

View File

@@ -96,16 +96,12 @@ describe('actions', () => {
track: expectedTrack,
headings: [
{
columnSortable: true,
key: 'username',
label: 'Username',
onSort: expect.anything(),
},
{
columnSortable: true,
key: 'total',
label: 'Total',
onSort: expect.anything(),
},
],
prev: responseData.previous,