Skip to content

Commit

Permalink
Improved style [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 18, 2024
1 parent ea66188 commit ebf4336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recommender_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_multiple_user_item

train_set = [
{user_id: 1, item_id: 2, rating: 1},
{user_id: 1, item_id: 2, rating: 2},
{user_id: 1, item_id: 2, rating: 2}
]
recommender = Disco::Recommender.new
error = assert_raises ArgumentError do
Expand Down

0 comments on commit ebf4336

Please sign in to comment.