mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fixed tests
Signed-off-by: faldor20 <eli.jambu@yahoo.com>
This commit is contained in:
parent
413d50a95a
commit
740222e51a
2 changed files with 8 additions and 8 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue