Fix imports after moving backend/server code in 772aaf2453

This commit is contained in:
David Dworken
2023-09-17 12:53:55 -07:00
parent 772aaf2453
commit d94e1bfa22
4 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
package release
import (
"github.com/ddworken/hishtory/shared/testutils"
"strings"
"testing"
"github.com/ddworken/hishtory/shared/testutils"
)
func TestUpdateReleaseVersion(t *testing.T) {