Skip to content

Commit 64c9298

Browse files
committed
primitives: Remove deprecated type from API test
Use the new type name and stop using the deprecated one.
1 parent 55a00ae commit 64c9298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/tests/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ fn api_can_use_units_modules_from_crate_root() {
211211

212212
#[test]
213213
fn api_can_use_units_types_from_crate_root() {
214-
use bitcoin_primitives::{Amount, BlockHeight, BlockInterval, FeeRate, SignedAmount, Weight};
214+
use bitcoin_primitives::{Amount, BlockHeight, BlockHeightInterval, FeeRate, SignedAmount, Weight};
215215
}
216216

217217
#[test]

0 commit comments

Comments
 (0)