From b71049a575565fb3454c49dddf44ca0acb7c31fc Mon Sep 17 00:00:00 2001
From: Gabe Stocco <98900+gfs@users.noreply.github.com>
Date: Wed, 9 Aug 2023 07:48:03 -0700
Subject: [PATCH 1/2] Lock moq version
---
src/oss-tests/oss-tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/oss-tests/oss-tests.csproj b/src/oss-tests/oss-tests.csproj
index 8151ec66..72c0b4ed 100644
--- a/src/oss-tests/oss-tests.csproj
+++ b/src/oss-tests/oss-tests.csproj
@@ -19,7 +19,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
From 210173b0abdf0e222a6680539306bc1c03d78e8f Mon Sep 17 00:00:00 2001
From: Gabe Stocco <98900+gfs@users.noreply.github.com>
Date: Wed, 9 Aug 2023 09:43:55 -0700
Subject: [PATCH 2/2] Update expected source location for pylint
---
src/oss-tests/FindSourceTests.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/oss-tests/FindSourceTests.cs b/src/oss-tests/FindSourceTests.cs
index 2a4f0ec2..6a3641af 100644
--- a/src/oss-tests/FindSourceTests.cs
+++ b/src/oss-tests/FindSourceTests.cs
@@ -90,7 +90,7 @@ public async Task FindSource_NonExistentPackage(string purl, string _)
[DataRow("pkg:pypi/moment", "pkg:github/zachwill/moment")]
[DataRow("pkg:nuget/Newtonsoft.Json", "pkg:github/jamesnk/newtonsoft.json")]
[DataRow("pkg:pypi/django", "pkg:github/django/django")]
- [DataRow("pkg:pypi/pylint", "pkg:github/pycqa/pylint")]
+ [DataRow("pkg:pypi/pylint", "pkg:github/pylint-dev/pylint")]
[DataRow("pkg:pypi/arrow", "pkg:github/arrow-py/arrow")]
public async Task FindSource_Success(string purl, string targetResult)
{