From 0bf741a91619dcbce4853e1da749685bd3d3838d Mon Sep 17 00:00:00 2001 From: ita9naiwa Date: Sat, 8 Jun 2019 20:42:42 +0900 Subject: [PATCH] . --- tests/approximate_als_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/approximate_als_test.py b/tests/approximate_als_test.py index 7f479928..0f86d497 100644 --- a/tests/approximate_als_test.py +++ b/tests/approximate_als_test.py @@ -74,7 +74,8 @@ def test_large_recommend(self): class DoNothingTest(unittest.TestCase): # it's because build error - pass + def test_nothing(self): + pass if __name__ == "__main__":