Skip to content

Commit 54613c4

Browse files
committed
test(onboard): name heartbeat operation scope
1 parent af2456f commit 54613c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/sandbox-base-image/local-build-heartbeat.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function heartbeatChild() {
1717
};
1818
}
1919

20-
describe("local sandbox base-image build heartbeat", () => {
20+
describe("sandbox base-image Docker operation heartbeat", () => {
2121
it("runs independently of the synchronous build and stops afterward", () => {
2222
const fixture = heartbeatChild();
2323
fixture.spawnImpl.mockReturnValue(fixture.child);

0 commit comments

Comments
 (0)