Skip to content

Commit 044484e

Browse files
committed
renaming
1 parent a7c55fa commit 044484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/domain/test/session_cubit_test.dart renamed to modules/domain/test/auth_cubit_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:domain/bloc/auth/auth_state.dart';
44
import 'package:flutter_test/flutter_test.dart';
55

66
void main() {
7-
group('SessionCubit', () {
7+
group('AuthCubit', () {
88
late AuthCubit cubit;
99

1010
setUp(() {

0 commit comments

Comments
 (0)