From dcfc7748fe38a385f3fb8828e520077a46ebe2e2 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Mon, 26 Aug 2019 18:00:03 +0300 Subject: [PATCH] fix: log parser test imports --- interfaces/log-parser/testing/report/parser_test.go | 2 +- interfaces/log-parser/testing/report/summary_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {