Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 29, 2024
1 parent d6bdd5f commit 78d15bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/swc_ecma_transforms_testing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ where

Ok(actual_src)
})
.1
.to_string();
.0
.unwrap();

assert_eq!(
expected_src, actual_src,
Expand Down

0 comments on commit 78d15bf

Please sign in to comment.