Skip to content

Commit 10b39a0

Browse files
easyCZgeropl
andcommitted
Update components/usage/pkg/db/conn.go
Co-authored-by: Gero Posmyk-Leinemann <32448529+geropl@users.noreply.github.com>
1 parent f2b8147 commit 10b39a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/usage/pkg/db/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func ConnectForTests(t *testing.T) *gorm.DB {
5252
Host: "localhost:23306",
5353
Database: "gitpod",
5454
})
55-
require.NoError(t, err, "Failed to establish connection to DB. In a workspace, run `leeway components/usage:init-testdb` once to bootstrap the DB.")
55+
require.NoError(t, err, "Failed to establish connection to DB. In a workspace, run `leeway build components/usage:init-testdb` once to bootstrap the DB.")
5656

5757
t.Cleanup(func() {
5858
rawConn, err := conn.DB()

0 commit comments

Comments
 (0)