Updated changelog

This commit is contained in:
Alejandro Celaya
2021-07-02 19:57:25 +02:00
parent f79bd39de7
commit 635ee6c5eb
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ describe('<OrphanVisits />', () => {
expect(stats).toHaveLength(1);
expect(header).toHaveLength(1);
expect(stats.prop('getVisits')).toEqual(getOrphanVisits);
expect(stats.prop('cancelGetVisits')).toEqual(cancelGetOrphanVisits);
expect(stats.prop('visitsInfo')).toEqual(orphanVisits);
expect(stats.prop('baseUrl')).toEqual('the_base_url');