Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 22, 2023
1 parent 1499c49 commit 07b82a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgpyo/util/tests/test_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,6 @@ def test_metric_columns_out_of_order(tmp_path: Path) -> None:
writer.write("last\tfirst\n")
writer.write(f"{name.last}\t{name.first}\n")

names = NameMetric.read(path=path)
names = list(NameMetric.read(path=path))
assert len(names) == 1
assert names[0] == name

0 comments on commit 07b82a4

Please sign in to comment.