aboutsummaryrefslogtreecommitdiff
path: root/tester/tester_test.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-10 11:14:54 -0300
committerEuAndreh <eu@euandre.org>2024-12-10 11:14:54 -0300
commite4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88 (patch)
tree3bd5592fa69d363c895135df80472ffc58a65d23 /tester/tester_test.go
parentcmd/: Simplify flag usage (diff)
downloadcotia-e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88.tar.gz
cotia-e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88.tar.xz
Start building test files
Diffstat (limited to 'tester/tester_test.go')
-rw-r--r--tester/tester_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/tester_test.go b/tester/tester_test.go
index 1ea9e31..df5cb07 100644
--- a/tester/tester_test.go
+++ b/tester/tester_test.go
@@ -5,9 +5,9 @@ import (
"strings"
"testing"
- "github.com/nihei9/vartan/grammar"
- "github.com/nihei9/vartan/spec/grammar/parser"
- tspec "github.com/nihei9/vartan/spec/test"
+ "grammar"
+ "spec/grammar/parser"
+ tspec "spec/test"
)
func TestTester_Run(t *testing.T) {