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