Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Aug 22, 2023
1 parent 81d1dd1 commit 2900756
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .Lib9c.Tests/Action/ItemEnhancement11Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Lib9c.Tests.Action
using Nekoyume.Model.Item;
using Nekoyume.Model.Mail;
using Nekoyume.Model.State;
using Nekoyume.TableData;
using Xunit;
using static Nekoyume.Action.ItemEnhancement11;
using static SerializeKeys;
Expand Down Expand Up @@ -71,6 +72,9 @@ public ItemEnhancement11Test()
{
_initialState = _initialState.SetState(Addresses.TableSheet.Derive(key), value.Serialize());
}

var costV3SheetAddress = Addresses.GetSheetAddress<EnhancementCostSheetV3>();
_initialState = _initialState.SetState(costV3SheetAddress, null);
}

[Theory]
Expand Down

0 comments on commit 2900756

Please sign in to comment.