mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Updated mana class to pass failing tests
This commit is contained in:
parent
ce3a443a65
commit
3ffb11d2e9
2 changed files with 72 additions and 23 deletions
|
|
@ -27,7 +27,7 @@ public class ManaTest {
|
|||
public void shouldNotAllowNullCopyConstructor() {
|
||||
// given
|
||||
expectedException.expect(NullPointerException.class);
|
||||
expectedException.expectMessage("The passed in Mana can not be null");
|
||||
expectedException.expectMessage("The passed in mana can not be null");
|
||||
|
||||
// when
|
||||
Mana nullMana = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue