chore(test): remove un-used variable

This commit is contained in:
Nicolas Meienberger 2026-05-09 10:06:05 +02:00
parent 27eb5c2f5e
commit 90914cf08b
No known key found for this signature in database

View file

@ -28,7 +28,7 @@ describe("shutdown", () => {
}); });
const runVolumeCommand = vi.spyOn(agentManager, "runVolumeCommand"); const runVolumeCommand = vi.spyOn(agentManager, "runVolumeCommand");
const volume = await createTestVolume({ await createTestVolume({
name: "Shutdown test volume", name: "Shutdown test volume",
config: { config: {
backend: "directory", backend: "directory",