사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)
This commit is contained in:
@@ -52,8 +52,8 @@ void main() {
|
||||
test('로그인 테스트', () async {
|
||||
// debugPrint('\n[TEST] 로그인 테스트 시작...');
|
||||
|
||||
const email = 'admin@superport.kr';
|
||||
const password = 'admin123!';
|
||||
const email = 'admin@example.com';
|
||||
const password = 'password123';
|
||||
|
||||
// debugPrint('[TEST] 로그인 정보:');
|
||||
// debugPrint('[TEST] - Email: $email');
|
||||
|
||||
Reference in New Issue
Block a user