Skip to content

Commit

Permalink
fix devtest mod count again
Browse files Browse the repository at this point in the history
  • Loading branch information
y5nw committed Sep 15, 2024
1 parent ee881a4 commit 952b938
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(), 32 + 1);
UASSERTEQ(std::size_t, mods.size(), 33 + 1);

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

0 comments on commit 952b938

Please sign in to comment.