diff --git a/GFramework.Godot.Tests/Architectures/AbstractArchitectureModuleInstallationTests.cs b/GFramework.Godot.Tests/Architectures/AbstractArchitectureModuleInstallationTests.cs index 83dc2458..75644abc 100644 --- a/GFramework.Godot.Tests/Architectures/AbstractArchitectureModuleInstallationTests.cs +++ b/GFramework.Godot.Tests/Architectures/AbstractArchitectureModuleInstallationTests.cs @@ -19,8 +19,8 @@ public sealed class AbstractArchitectureModuleInstallationTests var architecture = new TestArchitecture(); var module = new RecordingGodotModule(); - var exception = Assert.ThrowsAsync(async () => - await architecture.InstallGodotModuleForTestAsync(module).ConfigureAwait(false)); + var exception = Assert.ThrowsAsync(() => + architecture.InstallGodotModuleForTestAsync(module)); Assert.Multiple(() => {