mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
test(storage): export UninitializedStorage to simulate failure
(cherry picked from commit 20148e061a
)
This commit is contained in:
parent
e17e330712
commit
afba61f55d
3 changed files with 10 additions and 10 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"os"
|
||||
)
|
||||
|
||||
var uninitializedStorage = discardStorage("uninitialized storage")
|
||||
var UninitializedStorage = discardStorage("uninitialized storage")
|
||||
|
||||
type discardStorage string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue