Skip to content

Commit

Permalink
One more unit test route update
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 21, 2021
1 parent baf2ab6 commit e562f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('Schema', () => {

expect(wrapper.find(SchemaErrorsCallout)).toHaveLength(1);
expect(wrapper.find(SchemaErrorsCallout).prop('viewErrorsPath')).toEqual(
'/sources/123/schema_errors/123'
'/sources/123/schemas/123'
);
});
});

0 comments on commit e562f63

Please sign in to comment.