Remove redundant assertion

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-05-04 16:19:55 +02:00
parent 86d1d7affa
commit 3492eccef2
@@ -87,10 +87,7 @@ describe('DefaultLocationStore', () => {
});
it('calls apply mutation when adding a new location', async () => {
expect.assertions(1);
const { store, connection } = await createLocationStore();
await store.createLocation({
target:
'https://github.com/backstage/demo/blob/master/catalog-info.yml',