Skip to content

Commit

Permalink
test check
Browse files Browse the repository at this point in the history
Signed-off-by: shruti2522 <[email protected]>
  • Loading branch information
shruti2522 committed May 17, 2024
1 parent 95b0a72 commit 59c63ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/LSP/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ fn konfig_hover_test_main() {
HoverContents::Scalar(s) => {
assert_eq!(
s,
MarkedString::String("appConfiguration: Server".to_string())
MarkedString::String("```kcl\nappConfiguration: Server\n```".to_string())
);
}
_ => unreachable!("test error"),
Expand Down

0 comments on commit 59c63ac

Please sign in to comment.