From 76de81dacffb36e113dfb66d99a7faa87b9c09b4 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Mon, 14 Jan 2019 23:46:34 +0300 Subject: [PATCH] updated row range test --- executor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor_test.go b/executor_test.go index 19a660b50..0d42af8c5 100644 --- a/executor_test.go +++ b/executor_test.go @@ -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)