Skip to content

Commit b04a7fc

Browse files
committed
fix: typo fixed
1 parent 0125953 commit b04a7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/migrations/20260320141005_add_unique_constraint_to_revision_sidecars_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let!(:app) { VCAP::CloudController::AppModel.make }
99
let!(:revision) { VCAP::CloudController::RevisionModel.make(:app) }
1010

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

0 commit comments

Comments
 (0)