File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ fn split_source(input: &str) -> CargoResult<Source<'_>> {
267
267
268
268
#[ cfg( test) ]
269
269
mod test_expand {
270
+ use snapbox:: assert_data_eq;
270
271
use snapbox:: str;
271
272
272
273
use super :: * ;
@@ -284,7 +285,7 @@ mod test_expand {
284
285
285
286
#[ test]
286
287
fn test_default ( ) {
287
- snapbox :: assert_data_eq!(
288
+ assert_data_eq ! (
288
289
si!( r#"fn main() {}"# ) ,
289
290
str ![ [ r#"
290
291
[[bin]]
@@ -312,7 +313,7 @@ strip = true
312
313
313
314
#[ test]
314
315
fn test_dependencies ( ) {
315
- snapbox :: assert_data_eq!(
316
+ assert_data_eq ! (
316
317
si!( r#"---cargo
317
318
[dependencies]
318
319
time="0.1.25"
@@ -348,7 +349,7 @@ strip = true
348
349
349
350
#[ test]
350
351
fn test_no_infostring ( ) {
351
- snapbox :: assert_data_eq!(
352
+ assert_data_eq ! (
352
353
si!( r#"---
353
354
[dependencies]
354
355
time="0.1.25"
You can’t perform that action at this time.
0 commit comments