Skip to content

Commit

Permalink
Update DataCacheTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Sep 7, 2023
1 parent c125de2 commit c220382
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/FluentCommand.SqlServer.Tests/DataCacheTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public async System.Threading.Tasks.Task SqlQueryInEntityAsync()
.Sql(builder => builder
.Select<Status>()
.WhereIn(p => p.Id, values)
.Tag()
)
.UseCache(TimeSpan.FromSeconds(5))
.QueryAsync<Status>();
Expand All @@ -45,7 +44,6 @@ public async System.Threading.Tasks.Task SqlQueryInEntityAsync()
.Sql(builder => builder
.Select<Status>()
.WhereIn(p => p.Id, values)
.Tag()
)
.UseCache(TimeSpan.FromSeconds(5))
.QueryAsync<Status>();
Expand Down

0 comments on commit c220382

Please sign in to comment.