diff --git a/interfaces/log-parser/testing/report/parser_test.go b/interfaces/log-parser/testing/report/parser_test.go index b0a1dce..38a0f36 100644 --- a/interfaces/log-parser/testing/report/parser_test.go +++ b/interfaces/log-parser/testing/report/parser_test.go @@ -4,7 +4,7 @@ import ( "strings" "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 { diff --git a/interfaces/log-parser/testing/report/summary_test.go b/interfaces/log-parser/testing/report/summary_test.go index 2a0fc50..bddd3ef 100644 --- a/interfaces/log-parser/testing/report/summary_test.go +++ b/interfaces/log-parser/testing/report/summary_test.go @@ -3,7 +3,7 @@ package report_test import ( "testing" - "github.com/inancgumus/learngo/28-methods/logparser-testing/report" + "github.com/inancgumus/learngo/interfaces/log-parser/testing/report" ) func TestSummaryTotal(t *testing.T) {