Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Mar 6, 2024
1 parent 539e8bd commit 11f7b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/syft/tests/syft/serde/numpy_functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"np.array([[3, 4, 5, 2], [6, 7, 2, 6]]), 2",
marks=pytest.mark.xfail(
raises=ValueError if not PYTHON_AT_LEAST_3_12 else AssertionError,
reason="Value error insinde Syft",
reason="Value error ininde Syft",
),
),
pytest.param(
"unique",
"np.array([0, 1, 1, 5, 5, 3]), return_counts=True",
marks=pytest.mark.xfail(
raises=(ValueError, AssertionError),
reason="Kwargs Can not be properly unpacked",
reason="Kwargs can not be properly unpacked",
),
),
]
Expand Down

0 comments on commit 11f7b94

Please sign in to comment.