Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Dec 17, 2024
1 parent 5f442d1 commit 5677b64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/transport/test/transport/irve/irve_extractor_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ defmodule Transport.IRVE.ExtractorTest do

# parsed resources must be enriched with line count & index, and url removed
assert Transport.IRVE.Extractor.download_and_parse_all(resources) == [
orig_resource
|> Map.put(:index, 0)
|> Map.put(:http_status, 404)
|> Map.delete(:url)
]
orig_resource
|> Map.put(:index, 0)
|> Map.put(:http_status, 404)
|> Map.delete(:url)
]
end
end

0 comments on commit 5677b64

Please sign in to comment.