We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c039b commit 592a861Copy full SHA for 592a861
tests/e2e/main.rs
@@ -374,7 +374,7 @@ fn e2e() {
374
});
375
376
let hash = replay_log(&tinymist_binary, &root.join("neovim"));
377
- insta::assert_snapshot!(hash, @"siphash128_13:2655017d733b6c6c753d92c5d5bbc65d");
+ insta::assert_snapshot!(hash, @"siphash128_13:ce179598883927533514674aa7930054");
378
}
379
380
{
@@ -385,7 +385,7 @@ fn e2e() {
385
386
387
let hash = replay_log(&tinymist_binary, &root.join("vscode"));
388
- insta::assert_snapshot!(hash, @"siphash128_13:934ee53fdb376bbeba357953499f7a5f");
+ insta::assert_snapshot!(hash, @"siphash128_13:60813619e4478214e898a3d277ac031b");
389
390
391
0 commit comments