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,
},
{
Name: "Mysql DSN",
DSN: "mysql://localhost",
Name: "Postgresql DSN",
DSN: "postgres://localhost",
Expected: true,
},
{