ItEr16S12CreacionProxectoPlanificacion: Fixing typo.
This commit is contained in:
parent
3fe74682ba
commit
263312e730
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public class TaskGroupTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(expected = IllegalArgumentException.class)
|
@Test(expected = IllegalArgumentException.class)
|
||||||
public void cantAndNullTaskElement() {
|
public void cantAddNullTaskElement() {
|
||||||
taskGroup.addTaskElement(null);
|
taskGroup.addTaskElement(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue