Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Jan 22, 2025
1 parent 73af9d1 commit 96d606f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions go/test/endtoend/vtgate/queries/misc/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ func TestTimeFunctionWithPrecision(t *testing.T) {
mcmp.Exec("insert into t1(id1, id2) values (3, NOW())")
}

// TestTimeFunctionWithPrecision tests that inserting data with NOW(1) works as intended.
func TestTimeFunctionWithPrecision(t *testing.T) {
mcmp, closer := start(t)
defer closer()

mcmp.Exec("insert into t1(id1, id2) values (1, NOW(1))")
mcmp.Exec("insert into t1(id1, id2) values (2, NOW(2))")
mcmp.Exec("insert into t1(id1, id2) values (3, NOW())")
}

func TestHexVals(t *testing.T) {
mcmp, closer := start(t)
defer closer()
Expand Down

0 comments on commit 96d606f

Please sign in to comment.