Skip to content

Commit 24cd710

Browse files
committed
fix: typo is fixed
1 parent ecaace4 commit 24cd710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/unit/models/runtime/buildpack_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def ordered_buildpacks
7878
end
7979
end
8080

81-
context 'when unique constraint violation is occures' do
81+
context 'when unique constraint violation occures' do
8282
let(:stack) { Stack.make }
8383

8484
it 'raises validation error when name, stack and lifecyle is same' do

0 commit comments

Comments
 (0)