We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8b8c6 commit 9727842Copy full SHA for 9727842
UnitsNet.Tests/CustomCode/LengthTests.cs
@@ -25,6 +25,9 @@
25
26
namespace UnitsNet.Tests.CustomCode
27
{
28
+ // Avoid accessing static prop DefaultToString in parallel from multiple tests:
29
+ // UnitSystemTests.DefaultToStringFormatting()
30
+ // LengthTests.ToStringReturnsCorrectNumberAndUnitWithCentimeterAsDefualtUnit()
31
[Collection(nameof(UnitSystemFixture))]
32
public class LengthTests : LengthTestsBase
33
0 commit comments