Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 27, 2024
1 parent 30d6fd5 commit 98f5ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RevitVersion.DefineConstants.Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public void Test()
Assert.AreEqual(2, count);
#endif
#if NET47
Assert.AreEqual(6, count);
Assert.AreEqual(4, count);
#endif
#if NET48
Assert.AreEqual(8, count);
Assert.AreEqual(6, count);
#endif
#if NET8_0
Assert.AreEqual(10, count);
Expand Down

0 comments on commit 98f5ab5

Please sign in to comment.