Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Mehmet Akif
2021-02-11 23:21:21 +03:00
коммит произвёл GitHub
родитель 82e001d107
Коммит 219bcf218b

Просмотреть файл

@@ -158,8 +158,8 @@ func TestIsDatabaseDSN(t *testing.T) {
Expected: true, Expected: true,
}, },
{ {
Name: "Mysql DSN", Name: "Postgresql DSN",
DSN: "mysql://localhost", DSN: "postgres://localhost",
Expected: true, Expected: true,
}, },
{ {