mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
fix: test name
This commit is contained in:
@@ -175,7 +175,7 @@ func Test_AzureBlob_Reset(t *testing.T) {
|
|||||||
require.Zero(t, len(result))
|
require.Zero(t, len(result))
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_S3_Conn(t *testing.T) {
|
func Test_AzureBlob_Conn(t *testing.T) {
|
||||||
testStore, err := newTestStore(t)
|
testStore, err := newTestStore(t)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
defer testStore.Close()
|
defer testStore.Close()
|
||||||
|
Reference in New Issue
Block a user