Skip to content

Commit 526ed26

Browse files
BigtoCchipshort
andcommitted
Delete redundant test
Co-authored-by: Christoph Otter <chipshort@tutanota.com>
1 parent baa1026 commit 526ed26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/std/src/metadata.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ mod integration_tests {
174174
serde_json::from_value(json_with_null_denom_units).unwrap();
175175
assert_eq!(
176176
metadata_with_null_denom_units.denom_units,
177-
Vec::<DenomUnit>::default()
177+
Vec::<DenomUnit>::new()
178178
);
179-
assert!(metadata_with_null_denom_units.denom_units.is_empty());
180179

181180
// Test normal case with provided denom_units
182181
let json_with_units = json!({

0 commit comments

Comments
 (0)