Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Jul 24, 2016
1 parent ab67bbf commit 3544258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethstore/tests/util/transient_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl KeyDirectory for TransientDir {
self.dir.load()
}

fn insert(&self, account: SafeAccount) -> Result<(), Error> {
fn insert(&self, account: SafeAccount) -> Result<SafeAccount, Error> {
self.dir.insert(account)
}

Expand Down

0 comments on commit 3544258

Please sign in to comment.