Skip to content

Commit

Permalink
TODO: snapshot change
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Feb 8, 2025
1 parent 49f7780 commit 065078f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ fn e2e() {
});

let hash = replay_log(&tinymist_binary, &root.join("neovim"));
insta::assert_snapshot!(hash, @"siphash128_13:f7839d55d1d4550782503faa089cfcf8");
insta::assert_snapshot!(hash, @"siphash128_13:f53a18e2256e6152a93c12f81d6a3da");
}

{
Expand All @@ -385,7 +385,7 @@ fn e2e() {
});

let hash = replay_log(&tinymist_binary, &root.join("vscode"));
insta::assert_snapshot!(hash, @"siphash128_13:6459f45eedb812b0ab987fe2208d40ea");
insta::assert_snapshot!(hash, @"siphash128_13:ba003301e0bd9e77b9ebec42441e949a");
}
}

Expand Down

0 comments on commit 065078f

Please sign in to comment.