Skip to content

Commit b7ee3b8

Browse files
committed
fix: typo fixed
1 parent f5a3fc3 commit b7ee3b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/migrations/20260323092954_add_unique_constraint_to_sidecars_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
let!(:app) { VCAP::CloudController::AppModel.make }
99

10-
it 'remove dublicates, add constraint and revert migration' do
10+
it 'remove duplicates, add constraint and revert migration' do
1111
# =========================================================================================
1212
# SETUP: Create duplicate entries to test the de-duplication logic.
1313
# =========================================================================================

0 commit comments

Comments
 (0)