Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 22, 2024
1 parent d4eb59c commit ea87cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/linux/wifi/core/TestAccessPointFactoryLinux.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TEST_CASE("Destroy an AccessPointFactoryLinux instance", "[wifi][core][ap][linux
{
using namespace Microsoft::Net::Wifi;

SECTION("Destroy doesn't cause a crashk with null controller factory")
SECTION("Destroy doesn't cause a crash with null controller factory")
{
AccessPointFactoryLinux accessPointFactory{ nullptr };
REQUIRE_NOTHROW(accessPointFactory.~AccessPointFactoryLinux());
Expand Down

0 comments on commit ea87cf2

Please sign in to comment.