Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
typo in proxy tests (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
joepetrowski authored Sep 14, 2020
1 parent 6968004 commit 6106c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 6106c77

Please sign in to comment.