Skip to content

Commit 12713e4

Browse files
committed
Fixes wrong target syntax
1 parent 97c40c6 commit 12713e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/development/Guide_test_fixtures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "359d0d32-68c5-4e8d-8b34-2c5b2a0cad21",
66
"metadata": {},
77
"source": [
8-
"{#fixture-tutorial}\n",
8+
"(fixture-tutorial)=\n",
99
"# Testing with pytest Fixtures\n",
1010
"\n",
1111
"**Fixtures** are pytest's way of setting up the data and objects that tests need. Think of them as reusable \"preparation steps\" that run before your tests.\n",

0 commit comments

Comments
 (0)