Skip to content

Commit c4a5efe

Browse files
Update python/grass/jupyter/test_region.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent abeb8aa commit c4a5efe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/grass/jupyter/test_region.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def test_get_region_returns_dict(mock_tools_class):
1111
mock_instance = mock_tools_class.return_value
1212
mock_instance.g_region.return_value.json = fake_map_data
1313
result = get_region()
14-
1514
assert isinstance(result, dict)
1615
assert result == fake_map_data
1716
assert result["n"] == 50.0

0 commit comments

Comments
 (0)