From 7ed48b3df6b1a767311d21c6fb4a6b1a84945ff8 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 14 Oct 2024 14:43:05 -0400 Subject: [PATCH] we now flag empty tests, so remove --- test/controllers/books_controller_test.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/controllers/books_controller_test.rb b/test/controllers/books_controller_test.rb index ebf4939ee..48be65070 100644 --- a/test/controllers/books_controller_test.rb +++ b/test/controllers/books_controller_test.rb @@ -103,9 +103,4 @@ def test_combining_single_rater_strategy_into_multiple_rater_strategy_book_works assert_equal book_with_multiple_raters.judgements.count, 2 end - def test_combinining_multiple_rater_strategy_into_single_works - end - - def test_combining_same_user_same_query_doc_merges - end end