Browse Source

Set up loopback network provider for GoldAutoPlace test

pull/5333/head
staphen 4 years ago committed by Anders Jenbo
parent
commit
ffdd1c61b5
  1. 2
      test/inv_test.cpp

2
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();

Loading…
Cancel
Save