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 wildcard_matching_test
import (
"testing"
"git.maximhutz.com/practice/pkg/wildcard_matching"
"git.maximhutz.com/practice/pkg/questions/wildcard_matching"
"github.com/stretchr/testify/assert"
)