mirror of https://bitbucket.org/ausocean/av.git
psi: started commenting and restructuring psi_test.go to make neater
This commit is contained in:
parent
d8c46eefaa
commit
4598d51e79
|
@ -6,14 +6,16 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
tstTime = 1235367435 // hex = 49A2360B
|
||||
tstTime2 = 1735357535 // hex = 676F745F
|
||||
tstTime = 1235367435 // 0x49A2360B
|
||||
tstTime2 = 1735357535 // 0x676F745F
|
||||
)
|
||||
|
||||
const (
|
||||
errCmp = "Incorrect output, for: %v wanted: %v, got: %v"
|
||||
)
|
||||
|
||||
// Frist write tests
|
||||
|
||||
var (
|
||||
timeSlice = []byte{
|
||||
0x00, 0x00, 0x00, 0x00, 0x49, 0xA2, 0x36, 0x0B,
|
||||
|
|
Loading…
Reference in New Issue