Skip to content

Commit 746b8eb

Browse files
committed
fix test
1 parent 331e328 commit 746b8eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nbs/02_utils.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
{
297297
"data": {
298298
"text/plain": [
299-
"<__main__._t at 0x7f503dcd6290>"
299+
"<__main__._t at 0x7fd8de963850>"
300300
]
301301
},
302302
"execution_count": null,
@@ -1562,8 +1562,8 @@
15621562
"metadata": {},
15631563
"outputs": [],
15641564
"source": [
1565-
"test_eq(try_attrs(a, 'real'), 1)\n",
1566-
"test_eq(try_attrs(a, 'foobar', 'real'), 1)"
1565+
"test_eq(try_attrs(1, 'real'), 1)\n",
1566+
"test_eq(try_attrs(1, 'foobar', 'real'), 1)"
15671567
]
15681568
},
15691569
{

0 commit comments

Comments
 (0)