Skip to content

Commit af41ca0

Browse files
committed
C#: Fix syntax error.
1 parent a69e781 commit af41ca0

File tree

1 file changed

+2
-2
lines changed
  • csharp/ql/integration-tests/all-platforms/dotnet_10

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import pytest
22

3-
@pytest.mark.flaky(rerun_filter=lambda args*: runs_on.macos)
3+
@pytest.mark.flaky(rerun_filter=lambda *args: runs_on.macos)
44
def test1(codeql, csharp):
55
codeql.database.create()
66

7-
@pytest.mark.flaky(rerun_filter=lambda args*: runs_on.macos)
7+
@pytest.mark.flaky(rerun_filter=lambda *args: runs_on.macos)
88
def test2(codeql, csharp):
99
codeql.database.create(build_mode="none")

0 commit comments

Comments
 (0)