Skip to content

Commit 7a8ebb5

Browse files
Fix typo in spec name
Co-authored-by: Spencer Transier <17955542+spencertransier@users.noreply.github.com>
1 parent ea4deae commit 7a8ebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/buildkite_annotate_action_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
end
7272

7373
describe 'annotation deletion' do
74-
it 'generates the right command to delete an annotation with no message is provided' do
74+
it 'generates the right command to delete an annotation when no message is provided' do
7575
cmd = run_described_fastlane_action(
7676
context: 'some ctx',
7777
message: nil

0 commit comments

Comments
 (0)