Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 3679941

Browse files
author
MikhailArkhipov
committed
Update baseline
1 parent 56d8e79 commit 3679941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analysis/Engine/Test/LanguageServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def f(a, *b, **c): pass
694694
");
695695

696696
await AssertSignature(s, mod, new SourceLocation(1, 3),
697-
new string[] { "f()", "f(a)", "f(a, b)", "f(a, *b: tuple)", "f(a, **b: dict)", "f(a, *b: tuple, **c: dict)" },
697+
new string[] { "f()", "f(a)", "f(a, b)", "f(a, *b)", "f(a, **b)", "f(a, *b, **c)" },
698698
new string[0]
699699
);
700700

0 commit comments

Comments
 (0)