From ae41f6a4be969d7d3ccc42f8392b3da7b9b33884 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 2 Sep 2019 21:58:08 +0200 Subject: updated the tests increasing the coverage --- convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convert.go') diff --git a/convert.go b/convert.go index b9b8458..2264946 100644 --- a/convert.go +++ b/convert.go @@ -20,7 +20,7 @@ func NewTLE(RawTLE string) (TLE, error) { lineTwo, err := parseLineTwo(SplitTLE) if err != nil { - fmt.Println(err) + return TLE{}, err } // fill the generatedTLE struct -- cgit 1.4.1