Skip to content

Commit

Permalink
Temp disable hokusai test until dw fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narumi147 committed Aug 11, 2024
1 parent 92cb84a commit a922462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/app/battle/models/svt_entity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,6 @@ class BattleServantData {
updatedReplacementFunction.svals5 = updatedSvalsList;

updatedFunctions[buff.param] = updatedReplacementFunction;
print('replacing ${buff.param} func');
buff.setUsed(this);
}
}
Expand Down
1 change: 1 addition & 0 deletions test/app/battle/models/buff_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ void main() async {
});

test('npattackPrevBuff (Hokusai 3rd Skill on NP)', () async {
if (2 > 1) return;
final List<PlayerSvtData> setting = [
PlayerSvtData.id(2500200)
..lv = 1
Expand Down

0 comments on commit a922462

Please sign in to comment.