diff --git a/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py b/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py index 9e81cb1b25d..470e4832b16 100644 --- a/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py +++ b/recipes/recipes_emscripten/passagemath-flint/test_passagemath_flint.py @@ -3,3 +3,9 @@ def test_import_passagemath_flint(): import passagemath_flint + + +def test_number_of_partitions(): + import passagemath_flint + from sage.libs.flint.arith_sage import number_of_partitions + assert number_of_partitions(100) == 190569292