Fixed assert package import.
This commit is contained in:
parent
22cece2d01
commit
e90434edd5
3 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/mikestefanello/pagoda/tests"
|
||||
|
||||
"github.com/go-playground/assert/v2"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/labstack/echo/v4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue