We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56349ad commit 4a562eeCopy full SHA for 4a562ee
internal/xsql/conn_helpers_test.go
@@ -117,12 +117,6 @@ func TestConn_LastUsage(t *testing.T) {
117
require.True(t, newLastUsage.After(lastUsage) || newLastUsage.Equal(lastUsage))
118
}
119
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
-
126
func TestConn_normalizePath(t *testing.T) {
127
tests := []struct {
128
name string
0 commit comments