From 239cebe34780425a17de712515bd19c228b13263 Mon Sep 17 00:00:00 2001 From: saxon Date: Sun, 20 Jan 2019 21:12:26 +1030 Subject: [PATCH] psi/psi_test.go: made location tsts const --- stream/mts/psi/psi_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/mts/psi/psi_test.go b/stream/mts/psi/psi_test.go index ab173b58..ff0b9034 100644 --- a/stream/mts/psi/psi_test.go +++ b/stream/mts/psi/psi_test.go @@ -123,7 +123,7 @@ const ( // GPS string for testing // TODO: make these realistic -var ( +const ( locationTstStr1 = "$GPGGA,123519,4807.038,N,01131.0" locationTstStr2 = "$GPGGA,183710,4902.048,N,02171.0" )