Skip to content

Commit 4a562ee

Browse files
authored
Removed skipped test TestConn_GetDatabaseName (#1918)
1 parent 56349ad commit 4a562ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/xsql/conn_helpers_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ func TestConn_LastUsage(t *testing.T) {
117117
require.True(t, newLastUsage.After(lastUsage) || newLastUsage.Equal(lastUsage))
118118
}
119119

120-
func TestConn_GetDatabaseName(t *testing.T) {
121-
// We can't easily mock ydbDriver, so this test is covered
122-
// by integration tests instead
123-
t.Skip("requires full ydbDriver mock")
124-
}
125-
126120
func TestConn_normalizePath(t *testing.T) {
127121
tests := []struct {
128122
name string

0 commit comments

Comments
 (0)