mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-16 18:37:51 +01:00
Minor fix in test code
This commit is contained in:
@@ -60,11 +60,11 @@ func TestBlockEncoding(t *testing.T) {
|
||||
case BlockRecordFile:
|
||||
printFile(record)
|
||||
|
||||
case BlockRecordProfile:
|
||||
printProfileField(record)
|
||||
|
||||
case []BlockRecordProfile:
|
||||
for _, profileR := range record {
|
||||
printProfileField(profileR)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user