Remove redundant assertion
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user