Skip to content

Commit b8cb284

Browse files
using specific no. of soltuions in test_solving
1 parent da7ac25 commit b8cb284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_solving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_solve_with_filtered_quantum_number_problem_set(
6767
)
6868
result = solver.find_solutions(new_quantum_number_problem_set)
6969

70-
assert len(result.solutions) != 0
70+
assert len(result.solutions) == 127
7171

7272

7373
def filter_quantum_number_problem_set(

0 commit comments

Comments
 (0)