Skip to content

Commit

Permalink
Fix missing unit tests category
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc committed Dec 19, 2024
1 parent 9a88842 commit d044950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions service/tests/Abstractions.UnitTests/Http/SSETest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

namespace Microsoft.KM.Abstractions.UnitTests.Http;

[Trait("Category", "UnitTest")]
public class SSETest
{
[Theory]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace Microsoft.KM.Core.UnitTests.Configuration;

[Trait("Category", "UnitTest")]
public class ConfigEnvVarsTest : BaseUnitTestCase
{
public ConfigEnvVarsTest(ITestOutputHelper output) : base(output)
Expand Down

0 comments on commit d044950

Please sign in to comment.