mirror of https://bitbucket.org/ausocean/av.git
psi/psi_test.go: made location tsts const
This commit is contained in:
parent
3835ff7ce1
commit
239cebe347
|
@ -123,7 +123,7 @@ const (
|
||||||
|
|
||||||
// GPS string for testing
|
// GPS string for testing
|
||||||
// TODO: make these realistic
|
// TODO: make these realistic
|
||||||
var (
|
const (
|
||||||
locationTstStr1 = "$GPGGA,123519,4807.038,N,01131.0"
|
locationTstStr1 = "$GPGGA,123519,4807.038,N,01131.0"
|
||||||
locationTstStr2 = "$GPGGA,183710,4902.048,N,02171.0"
|
locationTstStr2 = "$GPGGA,183710,4902.048,N,02171.0"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue