Skip to content

Commit

Permalink
Update spec/remote_fetching_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Horak <linkyndy@gmail.com>
  • Loading branch information
CostinTanasoiu and linkyndy committed Aug 23, 2023
1 parent fe86fb3 commit e63b546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/remote_fetching_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
file_information = FormatParser.parse_http(url)
expect(file_information).not_to be_nil
expect(file_information.nature).to eq(nature)
expect(file_information.format == expected_format).to be_truthy
expect(file_information.format).to eq(expected_format)
end
end
end
Expand Down

0 comments on commit e63b546

Please sign in to comment.