Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Mar 16, 2024
1 parent e619528 commit d276372
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/req/utils_test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
defmodule Req.UtilsTest do
use ExUnit.Case, async: true
doctest Req.Utils

# TODO: Remove when we require Elixir 1.14
if Version.match?(System.version(), "~> 1.14") do
doctest Req.Utils
end

describe "aws_sigv4" do
test "GET" do
Expand Down

0 comments on commit d276372

Please sign in to comment.