Skip to content

Commit

Permalink
Use updated sha for tests (#4785)
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude authored Jan 26, 2020
1 parent ce0973a commit 5f7c1d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_linguist_override_vendored?
end

def test_linguist_override_unvendored?
attr_commit = '933c687cb8c02035394979b2308e5120a9904fdf'
attr_commit = '01d6b9c637a7a6581fe456c600725b68f355b295'
linguist_repo(attr_commit).read_index

# lib/linguist/vendor.yml defines this as vendored.
Expand All @@ -118,7 +118,7 @@ def test_linguist_override_unvendored?
end

def test_linguist_override_documentation?
attr_commit = "933c687cb8c02035394979b2308e5120a9904fdf"
attr_commit = "01d6b9c637a7a6581fe456c600725b68f355b295"
linguist_repo(attr_commit).read_index

readme = Linguist::LazyBlob.new(rugged_repository, attr_commit, "README.md")
Expand All @@ -133,7 +133,7 @@ def test_linguist_override_documentation?
end

def test_linguist_override_generated?
attr_commit = "933c687cb8c02035394979b2308e5120a9904fdf"
attr_commit = "01d6b9c637a7a6581fe456c600725b68f355b295"
linguist_repo(attr_commit).read_index

rakefile = Linguist::LazyBlob.new(rugged_repository, attr_commit, "Rakefile")
Expand All @@ -145,7 +145,7 @@ def test_linguist_override_generated?
end

def test_linguist_override_detectable?
attr_commit = "933c687cb8c02035394979b2308e5120a9904fdf"
attr_commit = "01d6b9c637a7a6581fe456c600725b68f355b295"
linguist_repo(attr_commit).read_index

# markdown is overridden by .gitattributes to be detectable, html to not be detectable
Expand Down

0 comments on commit 5f7c1d9

Please sign in to comment.