Fixed assert package import.
This commit is contained in:
parent
cd4cc1693c
commit
107f2e3262
3 changed files with 2 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
"github.com/mikestefanello/pagoda/ent"
|
||||
|
||||
"github.com/go-playground/assert/v2"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/gorilla/sessions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue