From 421a620e731886bb76d6831a1b617d9e7cd9e873 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Mon, 16 Jan 2023 23:04:29 +0100 Subject: Refractor code for locals --- tests/completions_test.odin | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/completions_test.odin b/tests/completions_test.odin index 10b47fc..aef5e14 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -896,12 +896,7 @@ ast_overload_with_any_int_index_completion :: proc(t: ^testing.T) { packages = packages[:], } - test.expect_completion_details( - t, - &source, - ".", - {"my_package.my_value: bool"}, - ) + test.expect_completion_details(t, &source, ".", {"test.my_value: bool"}) } -- cgit v1.2.3