Skip to content

Commit

Permalink
Include new charset in random tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Mar 8, 2020
1 parent ffbeb87 commit 78e9461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ pub fn random_config<R: Rng>(rng: &mut R) -> Config {
CharacterSet::UrlSafe,
CharacterSet::Standard,
CharacterSet::Crypt,
CharacterSet::ImapMutf7
];
let charset = *CHARSETS.choose(rng).unwrap();

Expand Down

0 comments on commit 78e9461

Please sign in to comment.