Skip to content

Commit

Permalink
fix: Typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Jan 25, 2025
1 parent a3bea66 commit a99f2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytype/file_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_merge(self):
d.create_file("a.csv", "a,b,c\n1,2,3\n4,5,6")
d.create_file("b.csv", "a,b,c\n7,8,9\n10,11,12")

file_utils.merge_csv(
file_utils.merge_csvs(
"merged.csv",
["a.csv", "b.csv"],
)
Expand Down

0 comments on commit a99f2bb

Please sign in to comment.