Skip to content

Commit 592a861

Browse files
test: update snapshot
1 parent e7c039b commit 592a861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ fn e2e() {
374374
});
375375

376376
let hash = replay_log(&tinymist_binary, &root.join("neovim"));
377-
insta::assert_snapshot!(hash, @"siphash128_13:2655017d733b6c6c753d92c5d5bbc65d");
377+
insta::assert_snapshot!(hash, @"siphash128_13:ce179598883927533514674aa7930054");
378378
}
379379

380380
{
@@ -385,7 +385,7 @@ fn e2e() {
385385
});
386386

387387
let hash = replay_log(&tinymist_binary, &root.join("vscode"));
388-
insta::assert_snapshot!(hash, @"siphash128_13:934ee53fdb376bbeba357953499f7a5f");
388+
insta::assert_snapshot!(hash, @"siphash128_13:60813619e4478214e898a3d277ac031b");
389389
}
390390
}
391391

0 commit comments

Comments
 (0)