Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Mar 10, 2025
1 parent dee95a1 commit e3978f9
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:2655017d733b6c6c753d92c5d5bbc65d");
insta::assert_snapshot!(hash, @"siphash128_13:ce179598883927533514674aa7930054");
}

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

let hash = replay_log(&tinymist_binary, &root.join("vscode"));
insta::assert_snapshot!(hash, @"siphash128_13:934ee53fdb376bbeba357953499f7a5f");
insta::assert_snapshot!(hash, @"siphash128_13:60813619e4478214e898a3d277ac031b");
}
}

Expand Down

0 comments on commit e3978f9

Please sign in to comment.