Skip to content

Commit 6983d9c

Browse files
Apply gci import order changes
1 parent 2ccc587 commit 6983d9c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

contrib/drivers/pgsql/pgsql_z_unit_issue_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,10 @@ func Test_Issue4500(t *testing.T) {
296296
// Test Tables() respects search_path and returns tables from all schemas in search_path.
297297
func Test_Issue4495_Tables_SearchPath(t *testing.T) {
298298
var (
299-
schema1 = fmt.Sprintf("test_schema1_%d", gtime.TimestampNano())
300-
schema2 = fmt.Sprintf("test_schema2_%d", gtime.TimestampNano())
301-
table1 = fmt.Sprintf("t_only_in_schema1_%d", gtime.TimestampNano())
302-
table2 = fmt.Sprintf("t_only_in_schema2_%d", gtime.TimestampNano())
299+
schema1 = fmt.Sprintf("test_schema1_%d", gtime.TimestampNano())
300+
schema2 = fmt.Sprintf("test_schema2_%d", gtime.TimestampNano())
301+
table1 = fmt.Sprintf("t_only_in_schema1_%d", gtime.TimestampNano())
302+
table2 = fmt.Sprintf("t_only_in_schema2_%d", gtime.TimestampNano())
303303
tableCommon = fmt.Sprintf("t_common_%d", gtime.TimestampNano())
304304
)
305305

0 commit comments

Comments
 (0)