Skip to content

Commit

Permalink
UnitTest count for Net60 and Net70 is now the same
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmark committed Jan 27, 2023
1 parent 73948aa commit 8b9ac59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/JWT.Tests.Common/Builder/JwtBuilderDecodeTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using FluentAssertions;
using JWT.Algorithms;
Expand Down Expand Up @@ -493,7 +493,7 @@ public void Encode_Decode_Should_Return_Token_Nested_Data_ShouldRespectAttribute
actual.Data.Should().BeEquivalentTo(expected);
}

#if NETSTANDARD2_0 || NET6_0
#if NETSTANDARD2_0 || NET6_0_OR_GREATER
[TestMethod]
public void Encode_Decode_ToSystemTextSerializerDecoratedType_Should_UseDecoratedName_Bug456()
{
Expand Down

0 comments on commit 8b9ac59

Please sign in to comment.