Skip to content

Commit

Permalink
package version update has been made.
Browse files Browse the repository at this point in the history
  • Loading branch information
byerlikaya committed May 16, 2024
1 parent c818150 commit 61571d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/SmartWhere.Tests/SmartWhere.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion tests/SmartWhere.Tests/TextualWhereClauseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public void SmartWhere_Should_Return_Results_Contains_Name_Parameter()
//Arrange
TextualSearchRequest request = new()
{
Name = "Nineteen"
Name = "Nineteen "
};

//Act
Expand Down

0 comments on commit 61571d7

Please sign in to comment.