psi/psi_test.go: made location tsts const

This commit is contained in:
saxon 2019-01-20 21:12:26 +10:30
parent 3835ff7ce1
commit 239cebe347
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)