fixed tests

Signed-off-by: faldor20 <eli.jambu@yahoo.com>
This commit is contained in:
Eli Dowling 2023-12-24 07:56:43 +10:00 committed by faldor20
parent 413d50a95a
commit 740222e51a
No known key found for this signature in database
GPG key ID: F2216079B890CD57
2 changed files with 8 additions and 8 deletions

View file

@ -387,7 +387,7 @@ app "fizz-buzz"
}
#[tokio::test]
async fn test_inner_change() {
async fn test_completion_with_changes() {
let doc = DOC_LIT.to_string()
+ r#"rec=\a,b->{one:{potato:\d->d,leak:59},two:b}
rectest=
@ -426,7 +426,7 @@ rectest=
assert_debug_snapshot!(done)
}
#[tokio::test]
async fn test_as_identifier() {
async fn test_completion_as_identifier() {
let suffix = DOC_LIT.to_string()
+ r#"
main =
@ -457,7 +457,7 @@ main =
}
#[tokio::test]
async fn test_as_record() {
async fn test_completion_as_record() {
let doc = DOC_LIT.to_string()
+ r#"
main =