Files
Gogs/internal/testx/testx_test.go
ᴊᴏᴇ ᴄʜᴇɴ 36d56d5525 all: rename packages ending with "util" to end with "x" (#8182)
Co-authored-by: JSS <jss@unknwon.dev>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 13:25:19 -05:00

12 lines
135 B
Go

package testx
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestInTest(t *testing.T) {
assert.True(t, InTest)
}