This commit is contained in:
@@ -85,7 +85,7 @@ public class BeakBlastTests
|
||||
// Assert
|
||||
await Assert.That(capturedEvent).IsNotNull();
|
||||
await Assert.That(capturedEvent!.Message).IsEqualTo("beak_blast_charge");
|
||||
await Assert.That(capturedEvent.Parameters!["user"]).IsEqualTo(user);
|
||||
await Assert.That((IPokemon)capturedEvent.Parameters!["user"]).IsEqualTo(user);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user