Skip to content

Commit 24dc67b

Browse files
authored
Merge pull request #19 from SpikeInterface/change-json-schema-path
Update json schema path
2 parents 85922c4 + 796ac73 commit 24dc67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pytest
66
import requests
77

8-
schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/resources/probe.json.schema"
8+
schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/src/probeinterface/schema/probe.json.schema"
99

1010
response = requests.get(schema_url)
1111
response.raise_for_status()

0 commit comments

Comments
 (0)