Skip to content

Commit

Permalink
Rugged tests are fragile.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Mar 19, 2015
1 parent 797e159 commit 2b9ba0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/online/fetch_test.rb
Expand Up @@ -27,11 +27,11 @@ def test_fetch_over_https

@repo.fetch("origin")

assert_equal 5, @repo.refs.count
assert_equal [
"refs/remotes/origin/first-merge",
"refs/remotes/origin/master",
"refs/remotes/origin/no-parent",
"refs/tags/annotated_tag",
"refs/tags/blob",
"refs/tags/commit_tree"
], @repo.refs.map(&:name).sort
Expand Down

0 comments on commit 2b9ba0e

Please sign in to comment.