mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-09-06 10:54:17 +00:00
6 lines
120 B
Python
6 lines
120 B
Python
from altair.vega import SCHEMA_VERSION, SCHEMA_URL
|
|
|
|
|
|
def test_schema_version():
|
|
assert SCHEMA_VERSION in SCHEMA_URL
|