Skip to content

Commit

Permalink
Temporarily deactivating TRUNCATE in spec in order to roll out.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Jan 18, 2017
1 parent b8895cb commit cf4aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/test/scala/CassandraClientSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CassandraClientSpec extends FunSpec with Matchers {
val resultSet = session.execute(selectStmt)
val row = resultSet.one()
row.getString("name") should be("foo")
session.execute("TRUNCATE things;")
//session.execute("TRUNCATE things;")
}
}

Expand Down

0 comments on commit cf4aabe

Please sign in to comment.