Skip to content

Commit

Permalink
Fix fingerprint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 23, 2016
1 parent 6a4c197 commit dc4af9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/synco/usb_spec.rb
Expand Up @@ -69,7 +69,7 @@

Synco::Runner.new(script).call

Synco::Disk.mount(target_path)
Synco::Disk.mount(target_path, 'TEST')

expect(Fingerprint).to be_identical(master_path, File.join(target_path, Synco::LATEST_NAME))
end
Expand Down

0 comments on commit dc4af9f

Please sign in to comment.