Skip to content

Commit d0bb4d8

Browse files
authored
Tweak test_description (#8293)
1 parent ba25869 commit d0bb4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_description.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
# hash style header #
2525
26-
``` json
26+
```json
2727
[{
2828
"alpha": 1,
2929
"beta": "this is a string"
@@ -107,7 +107,7 @@ class MockView(APIView):
107107
108108
# hash style header #
109109
110-
``` json
110+
```json
111111
[{
112112
"alpha": 1,
113113
"beta": "this is a string"

0 commit comments

Comments
 (0)