Skip to content

Commit

Permalink
* Fixed a typo which was causing a test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh Shetkar committed Jun 16, 2020
1 parent 583edf3 commit 2a211e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class FailFastCastSuite extends SnappyFunSuite with BeforeAndAfter {
val expectedMessage = "Can not cast double type value 'NaN' to timestamp."
assertResult(expectedMessage)(ex.getMessage)
} finally {
snc.sql(s"drop table is exists $tableName")
snc.sql(s"drop table if exists $tableName")
}
}

Expand Down
2 changes: 1 addition & 1 deletion store
Submodule store updated from 6b4e21 to aeae20

0 comments on commit 2a211e0

Please sign in to comment.