Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
corbin-phipps committed Jan 22, 2024
1 parent 0bd81f4 commit 0c9005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/TestNetRemoteServiceClient.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ TEST_CASE("WifiAccessPointSetPhyType API", "[basic][rpc][client][remote]")

NetRemoteServerConfiguration Configuration{
.ServerAddress = RemoteServiceAddressHttp,
.AccessPointManager = AccessPointManager::Create(std::make_unique<AccessPointFactoryTest>()),
.AccessPointManager = AccessPointManager::Create(),
};

NetRemoteServer server{ Configuration };
Expand Down

0 comments on commit 0c9005f

Please sign in to comment.