mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
@ -14,6 +14,9 @@ import (
|
||||
|
||||
func TestNestedInTx(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
|
||||
uid := uuid.New()
|
||||
sqlDB := testSQLDB(t)
|
||||
|
Reference in New Issue
Block a user