Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Dec 22, 2023
1 parent 2938579 commit ae88864
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 @@ -360,7 +360,7 @@ def test_metric_columns_out_of_order(tmp_path: Path) -> None:
with path.open("w") as writer:
writer.write("last\tfirst\n")
writer.write(f"{name.last}\t{name.first}\n")

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

0 comments on commit ae88864

Please sign in to comment.