Skip to content

Commit

Permalink
Merge pull request #4247 from sanger/4107-y24-077-comments-not-fully-…
Browse files Browse the repository at this point in the history
…displayed

fix request comment count (continue)
  • Loading branch information
wendyyang authored Aug 1, 2024
2 parents c57a789 + a32e174 commit 1526f61
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 1526f61

Please sign in to comment.