Fixed assert package import.

This commit is contained in:
mikestefanello 2022-01-20 18:02:14 -05:00
parent 22cece2d01
commit e90434edd5
3 changed files with 2 additions and 3 deletions

View file

@ -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"