Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jun 16, 2017
1 parent de9cd8e commit b94af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/asciinema/asciicasts_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Asciinema.AsciicastsTest do
use Asciinema.DataCase
alias Asciinema.{Asciicasts, Asciicast}

describe "create_asciicast/2" do
describe "create_asciicast/3" do
test "json file, v0 format with uname" do
user = fixture(:user)
params = %{"meta" => %{"command" => "/bin/bash",
Expand Down

0 comments on commit b94af03

Please sign in to comment.