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

Commit

Permalink
Improve test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Nov 7, 2019
1 parent 3e116f8 commit 1583774
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 @@ -86,7 +86,7 @@ var _ = Describe(TestName, func() {
Expect(configuration[parameter]).To(Equal(desiredValue))
})

It("Configures Cassandra properties through custom YAML", func() {
It("Configures Cassandra properties through custom properties", func() {
parameter := "otc_backlog_expiration_interval_ms"
initialValue := "200"
desiredValue := "300"
Expand Down

0 comments on commit 1583774

Please sign in to comment.