Skip to content

Commit

Permalink
Minor correction on line number
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Feb 20, 2024
1 parent 61e4d1e commit f85e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comid/integrityregisters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestIntegrityRegisters_MarshalJSON_UIntIndex_OK(t *testing.T) {

func TestIntegrityRegisters_MarshalCBOR_TextIndex_OK(t *testing.T) {
reg, err := prepareRegister(t, "text")
// Below is the partial CBOR Pretty notation to highlight index as text: "0" (at line 143)
// Below is the partial CBOR Pretty notation to highlight index as text: "0" (at line 145)

// A5 # map(5)
// 61 # text(1)
Expand Down

0 comments on commit f85e59e

Please sign in to comment.