diff --git a/test/shaman/PVPW_TestCombatEventsShamanEn.lua b/test/shaman/PVPW_TestCombatEventsShamanEn.lua index 8b1485e..a857679 100644 --- a/test/shaman/PVPW_TestCombatEventsShamanEn.lua +++ b/test/shaman/PVPW_TestCombatEventsShamanEn.lua @@ -80,8 +80,8 @@ function me.CollectTestCases() mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventWaterShieldRemoved) mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventDecoyTotemSuccess) mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventTotemicProjectionSuccess) - mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventMaelStromWeaponApplied) - mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventMaelStromWeaponRemoved) + mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventMaelstromWeaponApplied) + mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventMaelstromWeaponRemoved) mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventTidalWavesApplied) mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventTidalWavesRemoved) mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventRiptideSuccess) @@ -370,17 +370,17 @@ function me.TestCombatEventTotemicProjectionSuccess() ) end -function me.TestCombatEventMaelStromWeaponApplied() +function me.TestCombatEventMaelstromWeaponApplied() mod.testHelper.TestCombatEventApplied( - "TestCombatEventMaelStromWeaponApplied", + "TestCombatEventMaelstromWeaponApplied", testCategory, "Maelstrom Weapon" ) end -function me.TestCombatEventMaelStromWeaponRemoved() +function me.TestCombatEventMaelstromWeaponRemoved() mod.testHelper.TestCombatEventRemoved( - "TestCombatEventMaelStromWeaponRemoved", + "TestCombatEventMaelstromWeaponRemoved", testCategory, "Maelstrom Weapon" ) diff --git a/test/shaman/PVPW_TestSoundShamanEn.lua b/test/shaman/PVPW_TestSoundShamanEn.lua index 27afd55..8e0a3a9 100644 --- a/test/shaman/PVPW_TestSoundShamanEn.lua +++ b/test/shaman/PVPW_TestSoundShamanEn.lua @@ -78,8 +78,8 @@ function me.CollectTestCases() mod.testReporter.AddToTestQueueWithDelay(me.TestSoundDownWaterShield) mod.testReporter.AddToTestQueueWithDelay(me.TestSoundDecoyTotem) mod.testReporter.AddToTestQueueWithDelay(me.TestSoundTotemicProjection) - mod.testReporter.AddToTestQueueWithDelay(me.TestSoundMaelStromWeapon) - mod.testReporter.AddToTestQueueWithDelay(me.TestSoundDownMaelStromWeapon) + mod.testReporter.AddToTestQueueWithDelay(me.TestSoundMaelstromWeapon) + mod.testReporter.AddToTestQueueWithDelay(me.TestSoundDownMaelstromWeapon) mod.testReporter.AddToTestQueueWithDelay(me.TestSoundTidalWaves) mod.testReporter.AddToTestQueueWithDelay(me.TestSoundDownTidalWaves) mod.testReporter.AddToTestQueueWithDelay(me.TestSoundRiptide) @@ -368,17 +368,17 @@ function me.TestSoundTotemicProjection() ) end -function me.TestSoundMaelStromWeapon() +function me.TestSoundMaelstromWeapon() mod.testHelper.TestSoundApplied( - "TestSoundMaelStromWeapon", + "TestSoundMaelstromWeapon", testCategory, "Maelstrom Weapon" ) end -function me.TestSoundDownMaelStromWeapon() +function me.TestSoundDownMaelstromWeapon() mod.testHelper.TestSoundRemoved( - "TestSoundDownMaelStromWeapon", + "TestSoundDownMaelstromWeapon", testCategory, "Maelstrom Weapon" ) diff --git a/test/warrior/PVPW_TestCombatEventsWarriorEn.lua b/test/warrior/PVPW_TestCombatEventsWarriorEn.lua index df04cf6..5b96c7e 100644 --- a/test/warrior/PVPW_TestCombatEventsWarriorEn.lua +++ b/test/warrior/PVPW_TestCombatEventsWarriorEn.lua @@ -93,7 +93,7 @@ function me.CollectTestCases() mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventValorOfAzerothApplied) mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventValorOfAzerothRemoved) mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventVictoryRushSuccess) - mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventAppliedGladiatorStanceApplied) + mod.testReporter.AddToTestQueueWithDelay(me.TestCombatEventGladiatorStanceApplied) end function me.TestCombatEventBerserkerRageApplied() @@ -480,9 +480,9 @@ function me.TestCombatEventVictoryRushSuccess() ) end -function me.TestCombatEventAppliedGladiatorStanceApplied() +function me.TestCombatEventGladiatorStanceApplied() mod.testHelper.TestCombatEventApplied( - "TestCombatEventAppliedGladiatorStanceApplied", + "TestCombatEventGladiatorStanceApplied", testCategory, "Gladiator Stance" )