Skip to content

Commit

Permalink
fix example file path in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorolyov committed Dec 26, 2023
1 parent c97b86d commit ca6c8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/databases/scylladb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This example connects to the ScyllaDB Cluster, creates a keyspaces and asserts that is has been created.

<!--codeinclude-->
[Building CqlSession](../../../modules/sylladb/src/test/java/org/testcontainers/containers/ScyllaDBDriver4Test.java) inside_block:scylladb
[Building CqlSession](../../../modules/scylladb/src/test/java/org/testcontainers/containers/ScyllaDBDriver4Test.java) inside_block:scylladb
<!--/codeinclude-->

## Adding this module to your project dependencies
Expand Down

0 comments on commit ca6c8ff

Please sign in to comment.