Update 'static_test.go'

This commit is contained in:
re 2022-12-12 14:59:05 +03:00
parent de225989e7
commit c11cb2e48d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"path/filepath"
"testing"
"github.com/gin-gonic/gin"
"git.internal/re/gin"
"github.com/stretchr/testify/assert"
)