From 57c8dd2f7de842c9b0a7aa08f3f8d71bf619ed26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Fri, 26 Sep 2025 22:58:36 +0200 Subject: [PATCH] chore: update aweXpect.Core to v2.24.0 --- Directory.Packages.props | 4 ++-- Tests/aweXpect.Tests/Booleans/ThatBool.cs | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 339119601..0966d5a3f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,8 +3,8 @@ true - - + + diff --git a/Tests/aweXpect.Tests/Booleans/ThatBool.cs b/Tests/aweXpect.Tests/Booleans/ThatBool.cs index bb3eb7982..4ad3bd710 100644 --- a/Tests/aweXpect.Tests/Booleans/ThatBool.cs +++ b/Tests/aweXpect.Tests/Booleans/ThatBool.cs @@ -3,7 +3,6 @@ // ReSharper disable once ClassNeverInstantiated.Global public sealed partial class ThatBool { -/* TODO: Enable after next Core update public sealed class Tests { [Fact] @@ -49,5 +48,4 @@ async Task Act() await That(Act).DoesNotThrow(); } } -*/ }