Cleanup magiconair usage from repo (#3276)

This commit is contained in:
Zoltan Papp
2025-02-03 17:54:35 +01:00
committed by GitHub
parent 771c99a523
commit f930ef2ee6
7 changed files with 19 additions and 24 deletions

View File

@ -1,8 +1,9 @@
package peer
import (
"github.com/magiconair/properties/assert"
"testing"
"github.com/stretchr/testify/assert"
)
func TestConnStatus_String(t *testing.T) {