Skip to content

Commit 6ab7802

Browse files
committed
Adds Task.CompletedTask await in test method
Adds `await Task.CompletedTask;` within the `SchemeFromVariant` test method.
1 parent ca997fc commit 6ab7802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/MaterialColorUtilities.Tests/ContrastConstraintTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ public async Task Scheme_Correctness_All()
352352
}
353353

354354
// If we got here, constraints passed for this (variant, seed, CL, dark) tuple.
355+
await Task.CompletedTask;
355356
}
356357
}
357358
}

0 commit comments

Comments
 (0)