Corrected tests

This commit is contained in:
2025-07-01 22:34:42 +02:00
parent 215234e61b
commit 3c09d1f7f2

View File

@@ -61,7 +61,7 @@ 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)
}); });