Provide simple TestSessionHandler that works with UintAuthorityId (#3962)

This commit is contained in:
Bastian Köcher
2019-10-29 21:20:09 +01:00
committed by GitHub
parent 9ec5ba46f3
commit 93c1e87a36
2 changed files with 15 additions and 2 deletions
-1
View File
@@ -898,7 +898,6 @@ pub mod key_types {
/// Key type for ImOnline module, built-in.
pub const IM_ONLINE: KeyTypeId = KeyTypeId(*b"imon");
/// A key type ID useful for tests.
#[cfg(feature = "std")]
pub const DUMMY: KeyTypeId = KeyTypeId(*b"dumy");
}