typo in proxy tests (#1713)

This commit is contained in:
joe petrowski
2020-09-14 10:39:22 +02:00
committed by GitHub
parent 5c1553be27
commit a70ed93712
+1 -1
View File
@@ -766,7 +766,7 @@ pub enum ProxyType {
}
#[cfg(test)]
mod proxt_type_tests {
mod proxy_type_tests {
use super::*;
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, RuntimeDebug)]