Skip to content

Commit

Permalink
unit tests for handler delete feature phase function
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanFarooqDev committed Jan 14, 2025
1 parent 93bb30c commit 275e283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/features_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ func TestDeleteFeaturePhase(t *testing.T) {
expectedRowsAffected: 0,
},
{
name: "Concurrent Deletions",
name: "Concurrent Deletion",
featureUuid: "valid-feature-uuid",
phaseUuid: "valid-phase-uuid",
setup: func(featureUuid, phaseUuid string) {
Expand Down

0 comments on commit 275e283

Please sign in to comment.