Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahules786 committed Sep 6, 2024
1 parent 150e81b commit a15da58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_get_available_metrics():

assert all(
[
m.required_columns == {"SINGLE_TURN": {"response", "user_input"}}
m.required_columns["SINGLE_TURN"] == {"response", "user_input"}
for m in get_available_metrics(ds)
]
), "All metrics should have required columns ('user_input', 'response')"
Expand Down

0 comments on commit a15da58

Please sign in to comment.