mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 04:22:13 +08:00
postgres: tests: improved number->timestamp tests (#81495)
* postgres: tests: nicer values * postgres: tests: add float-to-timestamp tests
This commit is contained in:
@ -127,6 +127,8 @@ func TestIntegrationPostgresSnapshots(t *testing.T) {
|
||||
{format: "table", name: "types_other"},
|
||||
{format: "table", name: "timestamp_convert_bigint"},
|
||||
{format: "table", name: "timestamp_convert_integer"},
|
||||
{format: "table", name: "timestamp_convert_real"},
|
||||
{format: "table", name: "timestamp_convert_double"},
|
||||
}
|
||||
|
||||
for _, test := range tt {
|
||||
|
Reference in New Issue
Block a user