Skip to content

Commit 42382e9

Browse files
Fixes up previous commit
1 parent 554040a commit 42382e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/code_style_validation_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Danger
1818
@my_plugin.gitlab.stub(:mr_diff).and_return diff
1919
@my_plugin.check
2020

21-
expect(@dangerfile.status_report[:errors]).to eq([VIOLATION_ERROR_MESSAGE])
21+
expect(@dangerfile.status_report[:errors]).to eq([DangerCodeStyleValidation::VIOLATION_ERROR_MESSAGE])
2222
end
2323

2424
it 'Does not report error when code not violated' do

0 commit comments

Comments
 (0)