mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 21:13:09 -06:00
goimport
This commit is contained in:
parent
2cfdf1fe6a
commit
6f0e9ecbab
|
|
@ -1,9 +1,10 @@
|
||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/stretchr/testify/assert"
|
|
||||||
"io/fs"
|
"io/fs"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestHttpAddress_ParseGood(t *testing.T) {
|
func TestHttpAddress_ParseGood(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue