From 8eb4e92baccddec190d4d3fdc388927078585b0c Mon Sep 17 00:00:00 2001 From: Joel Verhagen Date: Tue, 24 Oct 2023 09:48:38 -0400 Subject: [PATCH] Fix test --- test/TorSharp.Tests/PublicTypesTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TorSharp.Tests/PublicTypesTests.cs b/test/TorSharp.Tests/PublicTypesTests.cs index c62e24d..e2636e5 100644 --- a/test/TorSharp.Tests/PublicTypesTests.cs +++ b/test/TorSharp.Tests/PublicTypesTests.cs @@ -18,6 +18,7 @@ public void TheSetOfPublicTypesIsExpected() typeof(Knapcode.TorSharp.ToolRunnerType), typeof(Knapcode.TorSharp.Tools.DataEventArgs), typeof(Knapcode.TorSharp.Tools.DownloadableFile), + typeof(Knapcode.TorSharp.Tools.FileNamePatternAndFormat), typeof(Knapcode.TorSharp.Tools.Tor.TorControlClient), typeof(Knapcode.TorSharp.Tools.Tor.TorControlException), typeof(Knapcode.TorSharp.Tools.ZippedToolFormat),