Skip to content

Commit 729a849

Browse files
committed
remove some txt from fixture.dart
1 parent 7e5b4eb commit 729a849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/fixtures.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//User credentials used for auth purpose
22
Map<String, String> user = {
33
"strategy": "local",
4-
"email": "justin@dah.com",
5-
"password": "justin"
4+
"email": "email@user.com",
5+
"password": "password"
66
};
77

88
//your use api
9-
const BASE_URL = "https://api.epatriote.com";
9+
const BASE_URL = "https://api.domain.com";
1010

1111
// adhara_socket_io

0 commit comments

Comments
 (0)