From 512eac37e7cf2002f619c752191b8b003300faca Mon Sep 17 00:00:00 2001 From: Timothy Makkison Date: Sun, 20 Oct 2024 11:41:37 +0100 Subject: [PATCH] chore: remove `TODO` --- Refit.GeneratorTests/InterfaceTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Refit.GeneratorTests/InterfaceTests.cs b/Refit.GeneratorTests/InterfaceTests.cs index 74a1c0195..db8b34434 100644 --- a/Refit.GeneratorTests/InterfaceTests.cs +++ b/Refit.GeneratorTests/InterfaceTests.cs @@ -40,7 +40,6 @@ public interface IBaseInterface [Fact] public Task RefitInterfaceDerivedFromBaseTest() { - // TODO: this currently generates invalid code see issue #1801 for more information return Fixture.VerifyForType( """ public interface IGeneratedInterface : IBaseInterface