fix some important std unit tests that were not running due to typo

`#[cfg(features = "std")]` is invalid and always disabled the whole block.
This commit is contained in:
Marko Bencun 2023-11-14 04:22:52 +01:00 committed by Steven Roose
parent a7649ae740
commit c02046c031
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ mod tests {
mnemonic_str
);
#[cfg(features = "std")]
#[cfg(feature = "std")]
{
assert_eq!(&mnemonic.to_string(), mnemonic_str, "failed vector: {}", mnemonic_str);
assert_eq!(