Skip to content

Commit

Permalink
[build]: fixed a couple warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Mar 23, 2024
1 parent b29f81c commit ca68aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Test.Analyzers/Test_AppExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class Test_AppExtensions
[Fact]
public async Task TestUseKubernetesOperator()
{
await Task.CompletedTask;

var source = @"
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Configuration;
Expand Down Expand Up @@ -88,6 +90,8 @@ public void Configure(IApplicationBuilder app)
[Fact]
public async Task TestDontUseKubernetesOperator()
{
await Task.CompletedTask;

var source = @"
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Configuration;
Expand Down

0 comments on commit ca68aba

Please sign in to comment.