Skip to content

Commit 125e61b

Browse files
committed
fix typo
1 parent a98b318 commit 125e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbs/00_test.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"outputs": [],
175175
"source": [
176176
"test(['abc'], ['abc'], all_equal)\n",
177-
"test_fail(lambda: test(['abc'],['cab'], operator.eq))"
177+
"test_fail(lambda: test(['abc'],['cab'], all_equal))"
178178
]
179179
},
180180
{

0 commit comments

Comments
 (0)