File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
297297func 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
You can’t perform that action at this time.
0 commit comments