Skip to content

Commit

Permalink
fixing spacing between functions to address styling issues
Browse files Browse the repository at this point in the history
Signed-off-by: HackerShark <melsharkawi@mitre.org>
  • Loading branch information
HackerShark committed Oct 25, 2024
1 parent 7665f23 commit 5629e7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stix2/test/v21/test_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def test_bing_map_url_multiple_props_and_long_lat_provided():
loc_url = loc.to_maps_url("Bing Maps")
assert loc_url == expected_url


def test_bing_map_url_for_0_long_lat():
expected_url = "https://bing.com/maps/default.aspx?where1=0.0%2C0.0&lvl=16"

Expand All @@ -392,6 +393,7 @@ def test_bing_map_url_for_0_long_lat():
loc_url = loc.to_maps_url("Bing Maps")
assert loc_url == expected_url


def test_bing_map_url_for_0_long():
expected_url = "https://bing.com/maps/default.aspx?where1=0.0%2C39.668&lvl=16"

Expand All @@ -406,6 +408,7 @@ def test_bing_map_url_for_0_long():
loc_url = loc.to_maps_url("Bing Maps")
assert loc_url == expected_url


def test_bing_map_url_for_0_lat():
expected_url = "https://bing.com/maps/default.aspx?where1=51.477%2C0.0&lvl=16"

Expand Down

0 comments on commit 5629e7c

Please sign in to comment.