Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Sep 10, 2024
1 parent 3ed4871 commit bc02554
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected List<CalloutInitialValues> getExpectedCalls() {
call(490260, "Spread Soon", "Spread Soon (7.9)"),
call(503704, "Start West", "Start West"),
call(542545, "Out", "Out (6.2)"),
call(550431, "Northeast safe", "Northeast safe"),
call(550565, "Northeast safe", "Northeast safe"),
call(559650, "Move", "Move (4.7)"),
call(578812, "Raidwide", "Raidwide (3.5)")
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ protected List<AmVerificationValues> getExpectedAms() {
clearAll(702351),
// Omega 1st set
clearAll(727298),
mark(755540, IGNORE1, SMN),
mark(755540, IGNORE2, GNB),
mark(755540, ATTACK1, MNK),
mark(755540, ATTACK2, DRK),
mark(755540, ATTACK3, DNC),
mark(755540, ATTACK4, DRG),
mark(755540, BIND1, WHM),
mark(755540, BIND2, SGE),
mark(755496, IGNORE1, SMN),
mark(755496, IGNORE2, GNB),
mark(755496, ATTACK1, MNK),
mark(755496, ATTACK2, DRK),
mark(755496, ATTACK3, DNC),
mark(755496, ATTACK4, DRG),
mark(755496, BIND1, WHM),
mark(755496, BIND2, SGE),
// Omega 2nd set
clearAll(767438),
mark(773205, IGNORE1, DRK),
Expand Down

0 comments on commit bc02554

Please sign in to comment.