Skip to content

Commit

Permalink
Please the formatting gods
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jun 23, 2023
1 parent c980436 commit 7a485cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mix/tasks/ua_inspector/download_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Mix.Tasks.UaInspector.DownloadTest do

httpd_opts = [
port: 0,
server_name: 'ua_inspector_test',
server_name: ~c"ua_inspector_test",
server_root: String.to_charlist(fixture_path),
document_root: String.to_charlist(fixture_path)
]
Expand Down
2 changes: 1 addition & 1 deletion test/ua_inspector/downloader/adapter/hackney_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule UAInspector.Downloader.Adapter.HackneyTest do
test "requires HTTP 200 responses for success" do
httpd_opts = [
port: 0,
server_name: 'ua_inspector_hackney_test',
server_name: ~c"ua_inspector_hackney_test",
server_root: String.to_charlist(__DIR__),
document_root: String.to_charlist(__DIR__)
]
Expand Down

0 comments on commit 7a485cd

Please sign in to comment.