feat: tests

This commit is contained in:
2026-03-06 19:18:42 -05:00
parent aad6f3e91f
commit 3586c94e25
10 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ package valid_palindrome_test
import (
"testing"
"git.maximhutz.com/practice/pkg/valid_palindrome"
"git.maximhutz.com/practice/pkg/questions/valid_palindrome"
"github.com/stretchr/testify/assert"
)