Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 22, 2024
1 parent 80cb495 commit 29a1626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remotefs-fuse/src/driver/unix/file_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ mod test {
})
);

// next should be 5
// next should be 3
let fh5 = db.put(5, true, false);
assert_eq!(fh5, 5);
assert_eq!(fh5, 3);
}
}

0 comments on commit 29a1626

Please sign in to comment.