chore(test): remove un-used variable
This commit is contained in:
parent
27eb5c2f5e
commit
90914cf08b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ describe("shutdown", () => {
|
|||
});
|
||||
const runVolumeCommand = vi.spyOn(agentManager, "runVolumeCommand");
|
||||
|
||||
const volume = await createTestVolume({
|
||||
await createTestVolume({
|
||||
name: "Shutdown test volume",
|
||||
config: {
|
||||
backend: "directory",
|
||||
|
|
|
|||
Loading…
Reference in a new issue