Skip to content

Commit 6d406f6

Browse files
committed
Changes test method to void return
Updates the `Scheme_Correctness_All` method signature from `async Task` to `void`.
1 parent ca997fc commit 6d406f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MaterialColorUtilities.Tests/ContrastConstraintTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ private static DynamicScheme SchemeFromVariant(Variant variant, Hct source, bool
334334

335335
[Test]
336336
[DisplayName("scheme_correctness_test: all variants & contrast levels satisfy constraints")]
337-
public async Task Scheme_Correctness_All()
337+
public void Scheme_Correctness_All()
338338
{
339339
var constraints = BuildConstraints();
340340

0 commit comments

Comments
 (0)