Skip to content

Commit

Permalink
revert scoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav Patel committed Oct 27, 2024
1 parent a7fa17a commit 6d625f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/scoring_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let(:signed_up_team) { build(:signed_up_team, team_id: contributor.id) }

# ReviewResponseMap Spec Additions
let(:student) { build(:student, id: 1, username: 'name', fullname: 'no one', email: '[email protected]') }
let(:student) { build(:student, id: 1, username: 'name', name: 'no one', email: '[email protected]') }
let(:participant) { build(:participant, id: 1, parent_id: 1, user: student) }
let(:response3) { build(:response) }
let(:question) { double('Question') }
Expand Down

0 comments on commit 6d625f4

Please sign in to comment.