Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e00b5e7

Browse files
Fix group name
1 parent aa5efa4 commit e00b5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/medium/8.string_to_integer_atoi.test.dart‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:leetcode/src/medium/8.string_to_integer_atoi/main.dart';
22
import 'package:test/test.dart';
33

44
void main() {
5-
group('longest_palindromic_substring', () {
5+
group('string_to_integer_atoi', () {
66
final f = Solution().myAtoi;
77

88
test('f("")', () {
@@ -40,5 +40,5 @@ void main() {
4040
test('f("+4193 with words")', () {
4141
expect(f('+4193 with words'), equals(4193));
4242
});
43-
}); // group 'longest_palindromic_substring'
43+
}); // group 'string_to_integer_atoi'
4444
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /