mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
fix(resume downloads): incorrect download percent on front end
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com>
This commit is contained in:
parent
9966198289
commit
096a550079
2 changed files with 0 additions and 7 deletions
|
@ -131,7 +131,6 @@ var _ = Describe("Download Test", func() {
|
|||
err = os.Remove(filePath) // cleanup, also checks existance of filePath`
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
})
|
||||
// It("it accurately updates progress")
|
||||
// It("deletes partial file if after completion hash of downloaded file doesn't match hash of the file in the server")
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue