Skip to content

Commit

Permalink
Merge pull request #2297 from riemannulus/cleanup/battle-sellcancel
Browse files Browse the repository at this point in the history
🧹  chore: cleanup action
  • Loading branch information
riemannulus authored Dec 13, 2023
2 parents 8cbf9d3 + 2f91b80 commit ba2e12a
Show file tree
Hide file tree
Showing 88 changed files with 2 additions and 35,920 deletions.
449 changes: 0 additions & 449 deletions .Lib9c.Tests/Action/BattleGrandFinale1Test.cs

This file was deleted.

449 changes: 0 additions & 449 deletions .Lib9c.Tests/Action/BattleGrandFinale2Test.cs

This file was deleted.

437 changes: 0 additions & 437 deletions .Lib9c.Tests/Action/EventDungeonBattleV1Test.cs

This file was deleted.

451 changes: 0 additions & 451 deletions .Lib9c.Tests/Action/EventDungeonBattleV2Test.cs

This file was deleted.

450 changes: 0 additions & 450 deletions .Lib9c.Tests/Action/EventDungeonBattleV3Test.cs

This file was deleted.

498 changes: 0 additions & 498 deletions .Lib9c.Tests/Action/EventDungeonBattleV4Test.cs

This file was deleted.

499 changes: 0 additions & 499 deletions .Lib9c.Tests/Action/EventDungeonBattleV5Test.cs

This file was deleted.

510 changes: 0 additions & 510 deletions .Lib9c.Tests/Action/JoinArena2Test.cs

This file was deleted.

2 changes: 1 addition & 1 deletion .Lib9c.Tests/Action/JoinArena3Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public void Execute(long blockIndex, int championshipId, int round, string balan

if (!row.TryGetRound(round, out var roundData))
{
throw new RoundNotFoundException($"{nameof(JoinArena1)} : {row.ChampionshipId} / {round}");
throw new RoundNotFoundException($"{nameof(JoinArena3)} : {row.ChampionshipId} / {round}");
}

Assert.Equal(0 * _currency, state.GetBalance(_signer, _currency));
Expand Down
Loading

0 comments on commit ba2e12a

Please sign in to comment.