From 51438c10c11ea251b9f8e8386415b45759432d7c Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Sun, 14 Dec 2025 22:53:23 +0100 Subject: Added empty context to expect_action for now. --- src/testing/testing.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/testing.odin') diff --git a/src/testing/testing.odin b/src/testing/testing.odin index 6a6b80d..0220629 100644 --- a/src/testing/testing.odin +++ b/src/testing/testing.odin @@ -466,7 +466,7 @@ expect_action :: proc(t: ^testing.T, src: ^Source, expect_action_names: []string start = src.position, end = src.position, } - actions, ok := server.get_code_actions(src.document, input_range, &src.config) + actions, ok := server.get_code_actions(src.document, {}, input_range, &src.config) if !ok { log.error("Failed to find actions") } -- cgit v1.2.3