Skip to content

Commit 6c3c0b8

Browse files
authored
fix(tolk/tests): fix completion tests (#45)
1 parent 66e21f9 commit 6c3c0b8

File tree

1 file changed

+3
-0
lines changed
  • server/src/e2e/tolk/testcases/completion

1 file changed

+3
-0
lines changed

server/src/e2e/tolk/testcases/completion/match.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fun foo(value: int | slice) {
2525
22 int => {}
2626
22 slice => {}
2727
22 else => {}
28+
14 Fill all cases...
2829

2930
========================================================================
3031
Match over type completion, union type 2
@@ -54,6 +55,7 @@ fun main(msg: AllowedMessageToMinter) {
5455
22 MintNewJettons => {}
5556
22 RequestWalletAddress => {}
5657
22 else => {}
58+
14 Fill all cases...
5759

5860
========================================================================
5961
Match over type completion, union type, match with single arm
@@ -228,6 +230,7 @@ fun foo(value: Foo) {
228230
------------------------------------------------------------------------
229231
22 Foo => {}
230232
22 else => {}
233+
14 Fill all cases...
231234

232235
========================================================================
233236
Match over struct completion with single arm

0 commit comments

Comments
 (0)