Skip to content

Commit 9727842

Browse files
authored
LengthTests: Add back comment on test collection
1 parent eb8b8c6 commit 9727842

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UnitsNet.Tests/CustomCode/LengthTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525

2626
namespace UnitsNet.Tests.CustomCode
2727
{
28+
// Avoid accessing static prop DefaultToString in parallel from multiple tests:
29+
// UnitSystemTests.DefaultToStringFormatting()
30+
// LengthTests.ToStringReturnsCorrectNumberAndUnitWithCentimeterAsDefualtUnit()
2831
[Collection(nameof(UnitSystemFixture))]
2932
public class LengthTests : LengthTestsBase
3033
{

0 commit comments

Comments
 (0)