Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fix custom JVM options test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Nov 7, 2019
1 parent 1583774 commit 31d4ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/sanity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var _ = Describe(TestName, func() {
Expect(configuration[parameter]).To(Equal(desiredValue))
})

It("Configures Cassandra JVM properties through custom YAML", func() {
It("Configures Cassandra JVM options through custom options", func() {
parameter := "-XX:CMSWaitDuration"
initialValue := "10000"
desiredValue := "11000"
Expand Down

0 comments on commit 31d4ae8

Please sign in to comment.