Skip to content

Commit

Permalink
fix mod count unittest again
Browse files Browse the repository at this point in the history
  • Loading branch information
y5nw committed Oct 12, 2024
1 parent 80107f7 commit 48f2462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unittest/test_servermodmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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(), 33 + 1);
UASSERTEQ(std::size_t, mods.size(), 34 + 1);

// Ensure we found basenodes mod (part of devtest)
// and test_mod (for testing MINETEST_MOD_PATH).
Expand Down

0 comments on commit 48f2462

Please sign in to comment.