Skip to content

Commit

Permalink
use conventional naming of test class method
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyyang committed Aug 1, 2024
1 parent 1b3075c commit a32e174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
end
end

describe '#get_all_comments' do
describe '.get_all_comments' do
let(:labware) { create :labware }
let(:receptacle) { create :receptacle, labware: labware }
let(:request) { create :request, asset: receptacle }
Expand Down

0 comments on commit a32e174

Please sign in to comment.