Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 12, 2023
1 parent 1d8fb9d commit f177ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule SimpleTest do
use ExUnit.Case
import TestcontainersElixir.ExUnit

test "creates and reapes container" do
test "creates and reaps container" do
{:ok, container_id} = container(image: "nginx:latest", port: 80)
assert is_binary(container_id)
end
Expand Down

0 comments on commit f177ba8

Please sign in to comment.