mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
test: fix warning: use of deprecated macro ui
(it's alias, actual is insta::assert_display_snapshot): use assert_snapshot!() instead
This commit is contained in:
parent
3392730d66
commit
058be43cf4
@ -8,7 +8,7 @@ mod utils;
|
||||
|
||||
use std::{ffi::OsStr, io, path::Path, process::Output};
|
||||
|
||||
use insta::assert_display_snapshot as ui;
|
||||
use insta::assert_snapshot as ui;
|
||||
use regex::Regex;
|
||||
|
||||
use crate::utils::create_files_in;
|
||||
|
Loading…
x
Reference in New Issue
Block a user