Skip to content

Commit 40c9df6

Browse files
Refactor CustomSettingsTests.GlobalThenCurrent test
1 parent 107c82d commit 40c9df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Atata.Configuration.Json.Tests/CustomSettingsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void GlobalThenCurrent()
108108
secondaryAtataContext = AtataContext.Configure()
109109
.ApplyJsonConfig<CustomJsonConfig>(@"Configs/CustomSettingsOverride2.json")
110110
.Build();
111-
}).Wait();
111+
}).GetAwaiter().GetResult();
112112

113113
try
114114
{

0 commit comments

Comments
 (0)