From ffdd1c61b5c250d6a394ee2c266f7e7ced4e9688 Mon Sep 17 00:00:00 2001 From: staphen Date: Sun, 4 Sep 2022 20:00:53 -0400 Subject: [PATCH] Set up loopback network provider for GoldAutoPlace test --- test/inv_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/inv_test.cpp b/test/inv_test.cpp index ee9a0ee80..443b5b68d 100644 --- a/test/inv_test.cpp +++ b/test/inv_test.cpp @@ -125,6 +125,8 @@ TEST_F(InvTest, CalculateGold) // Test automatic gold placing TEST_F(InvTest, GoldAutoPlace) { + SNetInitializeProvider(SELCONN_LOOPBACK, nullptr); + // Empty the inventory clear_inventory();