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 May 6, 2015
1 parent 81151eb commit bd0d7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/online/fetch_test.rb
Original file line number Diff line number Diff line change
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 bd0d7db

Please sign in to comment.