Skip to content

Commit 24c697b

Browse files
committed
test: set Traits.Categories.Integration on FileInfoFactoryTests (windows format not working on linux)
1 parent 143614e commit 24c697b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

test/Atc.Rest.ApiGenerator.Framework.Tests/Atc.Rest.ApiGenerator.Framework.Tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<PackageReference Include="Atc.XUnit" Version="2.0.525" />
910
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1011
<PackageReference Include="xunit" Version="2.9.2" />
1112
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

test/Atc.Rest.ApiGenerator.Framework.Tests/Factories/FileInfoFactoryTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace Atc.Rest.ApiGenerator.Framework.Tests.Factories;
22

3+
[Trait(Traits.Category, Traits.Categories.Integration)]
34
public class FileInfoFactoryTests
45
{
56
[Theory]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
global using System.Diagnostics.CodeAnalysis;
22
global using Atc.Data.Models;
3-
global using Atc.Rest.ApiGenerator.Framework.Factories;
3+
global using Atc.Rest.ApiGenerator.Framework.Factories;
4+
global using Atc.XUnit;

0 commit comments

Comments
 (0)