Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbooyah committed Mar 17, 2024
1 parent a30576b commit 8a18bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test.Analyzers/Test_Crds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public class V1Example
var testCompilation = new TestCompilationBuilder()
.AddSourceGenerator<CustomResourceDefinitionGenerator>()
.AddSource(source)
.AddAssembly($@"C:\src\operator-sdk\test\Test.Analyzers\bin\Debug\net8.0\KubernetesClient.Models.dll")
.AddAssembly(typeof(V1Condition).Assembly)
.AddOption("build_property.NeonOperatorGenerateCrds", true)
.AddOption("build_property.NeonOperatorCrdOutputDir", tempFile.Path)
.Build();
Expand Down

0 comments on commit 8a18bb9

Please sign in to comment.