Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jul 5, 2023
1 parent da1ac3f commit 04b6a29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/utils/test_mimebundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,10 @@ def test_vegafusion_spec_to_vega_mime_bundle(vegalite_spec):
)
# Returned bundle will be vega
vega_spec = bundle["application/vnd.vega.v5+json"]
assert vega_spec["$schema"] == f"https://vega.github.io/schema/vega/v{VEGA_VERSION}.json"
assert (
vega_spec["$schema"]
== f"https://vega.github.io/schema/vega/v{VEGA_VERSION}.json"
)

# Check data_0 is there
data_0 = vega_spec["data"][1]
Expand Down

0 comments on commit 04b6a29

Please sign in to comment.