From e02472a56f531865bceef791ffb40cf503f1df06 Mon Sep 17 00:00:00 2001 From: Stuart Turner Date: Fri, 25 Nov 2022 13:43:10 -0600 Subject: [PATCH] Enable nullable context for remaining "*Zip*" tests --- MoreLinq.Test/EquiZipTest.cs | 2 ++ MoreLinq.Test/ZipShortestTest.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/MoreLinq.Test/EquiZipTest.cs b/MoreLinq.Test/EquiZipTest.cs index f118f21eb..c90c2b4e6 100644 --- a/MoreLinq.Test/EquiZipTest.cs +++ b/MoreLinq.Test/EquiZipTest.cs @@ -15,6 +15,8 @@ // limitations under the License. #endregion +#nullable enable + namespace MoreLinq.Test { using System; diff --git a/MoreLinq.Test/ZipShortestTest.cs b/MoreLinq.Test/ZipShortestTest.cs index 3d2d8f80e..ae7de9f14 100644 --- a/MoreLinq.Test/ZipShortestTest.cs +++ b/MoreLinq.Test/ZipShortestTest.cs @@ -15,6 +15,8 @@ // limitations under the License. #endregion +#nullable enable + namespace MoreLinq.Test { using System;