Skip to content

Commit 76952a4

Browse files
authored
Update chinese_character_test.dart
1 parent 73817ec commit 76952a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/chinese_character_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ void main() {
88
settings: MysqlUtilsSettings(
99
host: '127.0.0.1',
1010
port: 3306,
11-
user: 'your_user',
12-
password: 'your_password',
13-
db: 'testdb',
11+
user: 'root',
12+
password: 'root',
13+
db: 'test_db',
1414
secure: true,
1515
// prefix: '',
1616
// maxConnections: 1000,

0 commit comments

Comments
 (0)