From b2b5db1f1fc4807bbda9cdfa72975fdf01f67faa Mon Sep 17 00:00:00 2001 From: saxon Date: Mon, 7 Jan 2019 16:32:18 +1030 Subject: [PATCH] psi: using lowercase letters in hex --- stream/mts/psi/psi_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stream/mts/psi/psi_test.go b/stream/mts/psi/psi_test.go index 909791c3..3971601a 100644 --- a/stream/mts/psi/psi_test.go +++ b/stream/mts/psi/psi_test.go @@ -33,8 +33,8 @@ import ( // Times as ints for testing const ( - tstTime1 = 1235367435 // 0x49A2360B - tstTime2 = 1735357535 // 0x676F745F + tstTime1 = 1235367435 // 0x49a2360b + tstTime2 = 1735357535 // 0x676f745f ) // GPS string for testing