Skip to content

Commit

Permalink
fmt code
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-yoko committed Jul 25, 2019
1 parent 220e8a5 commit de33d38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions expression/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3571,9 +3571,8 @@ func (s *testIntegrationSuite) TestTimeLiteral(c *C) {

func (s *testIntegrationSuite) TestTimestampLiteral(c *C) {
defer s.cleanEnv(c)

tk := testkit.NewTestKit(c, s.store)

tk := testkit.NewTestKit(c, s.store)

r := tk.MustQuery("select timestamp '2017-01-01 00:00:00';")
r.Check(testkit.Rows("2017-01-01 00:00:00"))
Expand Down

0 comments on commit de33d38

Please sign in to comment.