fix: log parser test imports
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user