Skip to content

Commit c12a2f1

Browse files
Fix typo
1 parent ccdb52b commit c12a2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testcontainers/src/generic-container/generic-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class GenericContainer implements TestContainer {
7373

7474
private isReaper() {
7575
return this.imageName.string === REAPER_IMAGE;
76-
}h
76+
}
7777

7878
protected beforeContainerCreated?(): Promise<void>;
7979

0 commit comments

Comments
 (0)