Skip to content

Commit cb75b0d

Browse files
author
Vincent Wilms
committed
Fix CI
1 parent e2aeb71 commit cb75b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Nexus.Sources.Remote.Tests/RemoteTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class RemoteTests(RemoteTestsFixture fixture)
2525
private static readonly Dictionary<string, string> _extensionNameMap = new()
2626
{
2727
[DOTNET] = "Nexus.Sources.Test",
28-
[PYTHON] = "foo.Test"
28+
[PYTHON] = "foo.test.Test"
2929
};
3030

3131
private readonly RemoteTestsFixture _fixture = fixture;

0 commit comments

Comments
 (0)