From bd1f418e11d1db112b155ef28571e333fcef8247 Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Mon, 28 Oct 2024 10:08:35 +0100 Subject: [PATCH] Test naming fix --- test/RaidGeld.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/RaidGeld.t.sol b/test/RaidGeld.t.sol index c0b2a4b..915fd99 100644 --- a/test/RaidGeld.t.sol +++ b/test/RaidGeld.t.sol @@ -116,7 +116,7 @@ contract raid_geldTest is Test, Constants { assertEq(army.champion.level, 0); } - function test_dao_token_can_be_withdrawn() public { + function test_03_dao_token_can_be_withdrawn() public { uint256 initialBalance = raid_geld.daoToken().balanceOf(address(raid_geld)); // Switch to Player 1 and register it