chore: fix dumb credo warning.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-05-17 17:01:22 +12:00
parent a1e8ba11ee
commit e2c9a97a60
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -1,8 +1,4 @@
defmodule Scenic.Driver.RenderlingTest do
use ExUnit.Case
doctest Scenic.Driver.Renderling
test "greets the world" do
assert Scenic.Driver.Renderling.hello() == :world
end
end