Skip to content

Commit

Permalink
test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 committed Jun 24, 2024
1 parent fe76f6c commit 52c2ed1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_point_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ def test_point_extraction_1():
{
"id": "11",
"geometry": {"coordinates": [23.33, 122]},
"properties": {"model": "test", "model_version": "1"},
"properties": {
"model": "test",
"model_version": "1",
"bbox":[]},
}
]
},
Expand Down

0 comments on commit 52c2ed1

Please sign in to comment.