Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 30, 2022
1 parent fe6a481 commit f31b558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageflow_core/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ pub fn decode_image(c: &mut Context, io_id: i32) -> BitmapKey {
},
unsafe { bit.get_node() }
])
})
});

result.unwrap();
unsafe{ bit.bitmap_key(c).unwrap() }
Expand Down

0 comments on commit f31b558

Please sign in to comment.