Skip to content

Commit

Permalink
Fix describe that should be a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Oct 4, 2021
1 parent 9672455 commit 983c749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/type_check_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ defmodule TypeCheckTest do
end
end

describe "StreamData is optional" do
test "StreamData is optional" do
{stdout, 0} = System.cmd("mix", ["deps.compile", "--force"],
cd: "./test/support/depending_project",
stderr_to_stdout: true
Expand Down

0 comments on commit 983c749

Please sign in to comment.