Skip to content

Commit

Permalink
Tidy up comment
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 84cc594 commit 5f21022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comid/integrityregisters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestIntegrityRegisters_AddDigests_NOK(t *testing.T) {

func TestIntegrityRegisters_MarshalCBOR_UIntIndex_OK(t *testing.T) {
reg, err := prepareRegister(t, "uint")
// Below is the partial CBOR Pretty notation to highlight index as uint: unsigned(0) (at line 70)
// Below is the partial CBOR Pretty notation to highlight index as uint: unsigned(0)

// A5 # map(5)
// 00 # unsigned(0)
Expand Down 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 145)
// Below is the partial CBOR Pretty notation to highlight index as text: "0"

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

0 comments on commit 5f21022

Please sign in to comment.