Skip to content

Commit

Permalink
fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Feb 16, 2024
1 parent 324868f commit 8899139
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/apps/api/test/upload-feature/upload-feature.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,9 @@ test('should delete feature_amounts_per_planning_unit data related to a feature

const result = await fixtures.WhenUploadingCustomFeature(name, description);

await fixtures.ThenGeoFeaturesAreCreated(result, name, description);
await fixtures.ThenFeatureAmountsFromShapefileAreCreated(name);
await fixtures.WhenDeletingFeatureForProject(name);
await fixtures.ThenFeatureAmountsPerPlanningUnitDataIsDeletedForFeatureWithGivenId(
name,
result.body.id,
);
});

0 comments on commit 8899139

Please sign in to comment.