Skip to content

Commit c8c8f52

Browse files
authored
Update modules/chromadb/src/test/java/org/testcontainers/chromadb/ChromaDBContainerTest.java
1 parent 0c5dd0e commit c8c8f52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/chromadb/src/test/java/org/testcontainers/chromadb/ChromaDBContainerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ public void test() {
3030

3131
@Test
3232
public void testVersion2() {
33-
try ( // container {
33+
try (
3434
ChromaDBContainer chroma = new ChromaDBContainer("chromadb/chroma:1.0.0")
35-
// }
3635
) {
3736
chroma.start();
3837

0 commit comments

Comments
 (0)