Skip to content

Commit 1a8377d

Browse files
Update apps/cli/tests/unit/compose.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 062e3bd commit 1a8377d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/cli/tests/unit/compose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe("ComposeBuilder", () => {
141141
});
142142

143143
describe("when using withExplorer()", () => {
144-
it("should have thedefault image with empty options", () => {
144+
it("should have the default image with empty options", () => {
145145
const compose = new ComposeBuilder().withExplorer().buildComposeFile();
146146
expect(compose.services!["explorer"].image).toEqual("cartesi/rollups-explorer:latest");
147147
});

0 commit comments

Comments
 (0)