Skip to content

Commit

Permalink
update test for cassandra tools
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminc-zz committed Aug 22, 2018
1 parent fb6aae4 commit 5ea2bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cassandra/updateTask_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (s *UpdateSchemaTestSuite) TestDryrun() {
s.Nil(err)
// update the version to the latest
s.log.Infof("Ver: %v", ver)
s.Equal(0, cmpVersion(ver, "0.10"))
s.Equal(0, cmpVersion(ver, "0.11"))

dropAllTablesTypes(client)
}
Expand Down

0 comments on commit 5ea2bc2

Please sign in to comment.