diff --git a/tests/active_learning/test_active_learner.py b/tests/active_learning/test_active_learner.py index 18d5cbc..db1ad25 100644 --- a/tests/active_learning/test_active_learner.py +++ b/tests/active_learning/test_active_learner.py @@ -41,5 +41,5 @@ def test_active_learner_prefered_points_func(): prefs = al.get_prefered_set_of_pts(pts, -1) with pytest.raises(ValueError): - prefs = al.get_prefered_set_of_pts(pts, 'walks into a bar and order asdklfjaskldfjadslf drinks') + prefs = al.get_prefered_set_of_pts(pts, 'walks into a bar and order asdfge drinks')