updated row range test

This commit is contained in:
Yuce Tekol 2019-01-14 23:46:34 +03:00
parent d75e9eb772
commit 76de81dacf
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -1481,7 +1481,7 @@ func TestExecutor_Execute_Sum(t *testing.T) {
func TestExecutor_Execute_Row_Range(t *testing.T) {
t.Run("RowIDColumnID", func(t *testing.T) {
// Create a timestamp just out of the current date + 1 day timestamp (default end timestamp).
nextDayExclusive := time.Now().AddDate(0, 0, 1).Add(1 * time.Hour)
nextDayExclusive := time.Now().AddDate(0, 0, 2)
writeQuery := fmt.Sprintf(`
Set(2, f=1, 1999-12-31T00:00)