Corrected tests
This commit is contained in:
@@ -61,8 +61,8 @@ void main() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
group('Helper Functions', () {
|
group('Helper Functions', () {
|
||||||
test('getLengthOfPlayerNames', () {
|
test('getMaxLengthOfPlayerNames', () {
|
||||||
expect(session.getMaxLengthOfPlayerNames(), equals(7)); // Charlie(7)
|
expect(session.getMaxLengthOfPlayerNames(), equals(7)); // Charlie (7)
|
||||||
});
|
});
|
||||||
|
|
||||||
test('increaseRound', () {
|
test('increaseRound', () {
|
||||||
|
|||||||
Reference in New Issue
Block a user