Skip to content

Commit 9e00d20

Browse files
committed
add type assert
1 parent 6e2b00a commit 9e00d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_analyzer.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_analyzer_management(db, bad_db, cluster, enterprise, db_version):
6363
if enterprise and db_version >= version.parse("3.10.5"):
6464
analyzer_name = generate_analyzer_name()
6565
result = db.create_analyzer(analyzer_name, "geo_s2", {})
66+
assert result["type"] == "geo_s2"
6667
assert result["features"] == []
6768
assert result["properties"] == {
6869
"options": {"maxCells": 20, "minLevel": 4, "maxLevel": 23},

0 commit comments

Comments
 (0)