Skip to content

Commit

Permalink
Fix typo in fixture filename
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier committed Jun 26, 2024
1 parent 86ade7d commit 8d557b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xlsx_reader/parsers/worksheet_parser_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ defmodule XlsxReader.Parsers.WorksheetParserTest do

test "should return shared formulas as part of Cell struct", %{workbook: workbook} do
sheet_xml =
TestFixtures.read!("xml/worhseetWithSharedFormulas.xml")
TestFixtures.read!("xml/worksheetWithSharedFormulas.xml")
|> String.replace("\n", "")
|> String.replace("\t", "")

Expand Down

0 comments on commit 8d557b5

Please sign in to comment.