fix: log parser test imports

This commit is contained in:
Inanc Gumus
2019-08-26 18:00:03 +03:00
parent 5e87b77956
commit dcfc7748fe
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import (
"strings" "strings"
"testing" "testing"
"github.com/inancgumus/learngo/28-methods/logparser-testing/report" "github.com/inancgumus/learngo/interfaces/log-parser/testing/report"
) )
func newParser(lines string) *report.Parser { func newParser(lines string) *report.Parser {

View File

@@ -3,7 +3,7 @@ package report_test
import ( import (
"testing" "testing"
"github.com/inancgumus/learngo/28-methods/logparser-testing/report" "github.com/inancgumus/learngo/interfaces/log-parser/testing/report"
) )
func TestSummaryTotal(t *testing.T) { func TestSummaryTotal(t *testing.T) {