Skip to content

Commit

Permalink
Cover tags as list not dict
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed May 12, 2023
1 parent 71261e3 commit 1a28d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/agent_features/test_dimensional_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
({"bool": True}, frozenset({("bool", True)})),
({"list": [1]}, frozenset({("list", "[1]")})),
({"dict": {"subtag": 1}}, frozenset({("dict", "{'subtag': 1}")})),
([("tags-as-list", 1)], frozenset({("tags-as-list", 1)})),
]


Expand Down

0 comments on commit 1a28d36

Please sign in to comment.