mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 02:23:48 +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
|