Skip to content

Commit

Permalink
chore: target correct StubGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMakkison committed Sep 27, 2024
1 parent 2b8fca6 commit 8e30990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refit.GeneratorTests/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private static Task<VerifyResult> VerifyGenerator(string source, bool ignoreNonI
{
var compilation = CreateLibrary(source);

var generator = new InterfaceStubGenerator();
var generator = new InterfaceStubGeneratorV2();
var driver = CSharpGeneratorDriver.Create(generator);

var ranDriver = driver.RunGenerators(compilation);
Expand Down

0 comments on commit 8e30990

Please sign in to comment.