Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: comment complete for tidy style doc comment #1029

Merged
merged 11 commits into from
Dec 21, 2024
Prev Previous commit
Next Next commit
update e2e hash
  • Loading branch information
Eric-Song-Nop committed Dec 19, 2024
commit d246b3613c327bf59ae1321a30d09b7d7c0bee12
2 changes: 1 addition & 1 deletion 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:1b57e3cb3fd4ba2a088a4eaf7aa6d4bb");
insta::assert_snapshot!(hash, @"siphash128_13:a46fdba2828c3e0b2fa431509c12d45e");
}

{
Expand Down
Loading