Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Feb 16, 2024
1 parent 4ae540d commit b1ba428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Lib9c.Tests/Action/RuneEnhancementTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ public void Execute_FailedLoadStateException()
new GameConfigState(),
default
);
state = state.SetAvatarState(avatarAddress, avatarState);
state = state.SetAvatarState(avatarAddress, avatarState, true, false, false, false);

var runeListSheet = state.GetSheet<RuneListSheet>();
var runeId = runeListSheet.First().Value.Id;
Expand Down

0 comments on commit b1ba428

Please sign in to comment.