From 8edfabf90c20ea966936f52d579e7c8938b7ef90 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Mon, 30 Dec 2024 20:42:54 +0100 Subject: [PATCH] maybe this unit test wasn't the best idea --- src/unittest/test_servermodmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unittest/test_servermodmanager.cpp b/src/unittest/test_servermodmanager.cpp index 500d0f288..65a33f027 100644 --- a/src/unittest/test_servermodmanager.cpp +++ b/src/unittest/test_servermodmanager.cpp @@ -107,7 +107,7 @@ void TestServerModManager::testGetMods() ServerModManager sm(m_worlddir); const auto &mods = sm.getMods(); // `ls ./games/devtest/mods | wc -l` + 1 (test mod) - UASSERTEQ(std::size_t, mods.size(), 34 + 1); + UASSERTEQ(std::size_t, mods.size(), 35 + 1); // Ensure we found basenodes mod (part of devtest) // and test_mod (for testing MINETEST_MOD_PATH).