Skip to content

Commit

Permalink
fix row hash test now that we use HashDigest.digest3
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Feb 1, 2016
1 parent 9cd0570 commit dd71a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
describe 'used on remote files' do
it "add a row hash to every row" do
t = RemoteTable.new(:url => 'http://www.customerreferenceprogram.org/uploads/CRP_RFP_template.xlsx')
t[5].row_hash.must_equal "06d8a738551c17735e2731e25c8d0461"
t[5].row_hash.must_equal "59a3cf905334493bbdda971298f1b2a2f58e05cb"
end

it "open a google doc" do
Expand Down

0 comments on commit dd71a51

Please sign in to comment.