mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
tail: adapt tests to API change of rand
This commit is contained in:
parent
46beccd409
commit
14ce43fe52
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use crate::common::util::expected_result;
|
|||
use crate::common::util::is_ci;
|
||||
use crate::common::util::TestScenario;
|
||||
use pretty_assertions::assert_eq;
|
||||
use rand::distributions::Alphanumeric;
|
||||
use rand::distr::Alphanumeric;
|
||||
use rstest::rstest;
|
||||
use std::char::from_digit;
|
||||
use std::fs::File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue