Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristielim committed Jul 27, 2023
1 parent 6264b65 commit b2f2db6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (s *QueryIntegrationSuite) TestQueryWithTimeout() {

var re rockset.Error
s.Require().True(errors.As(err, &re))
s.Assert().Equal(re.Type, "QueryTimeout")
s.Assert().Equal("QUERY_TIMEOUT", *re.Type)
}

func (s *QueryIntegrationSuite) TestCancelQuery() {
Expand Down
Binary file modified vcr/QueryIntegrationSuite/TestQueryWithTimeout.cassette.gz
Binary file not shown.

0 comments on commit b2f2db6

Please sign in to comment.