Skip to content

Commit

Permalink
fix: fixing unit test broken by adding a new file type to fsys
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Sep 15, 2024
1 parent 66fbefe commit 4292240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsys/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ mod tests {

#[test_case(CURRENT_BUFFER_QID + 1 + 1, CURRENT_BUFFER_QID + 1, FILENAME; "filename first buffer")]
#[test_case(7, 5, DOT; "dot second buffer")]
#[test_case(19, 13, BODY; "body second buffer")]
#[test_case(20, 14, BODY; "body second buffer")]
#[test]
fn parent_and_fname_works(qid: u64, parent: u64, fname: &str) {
let (p, f) = parent_and_fname(qid);
Expand Down

0 comments on commit 4292240

Please sign in to comment.