Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Tests in WriteTreeTest had bad name for describe block. (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Sep 18, 2019
1 parent 549e7c4 commit 7453538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xgit/plumbing/write_tree_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Xgit.Plumbing.WriteTreeTest do

import FolderDiff

describe "to_tree_objects/2" do
describe "run/2" do
test "happy path: empty dir cache" do
assert_same_output(fn _git_dir -> nil end, fn _xgit_repo -> nil end)
end
Expand Down

0 comments on commit 7453538

Please sign in to comment.