Skip to content

Commit ea212e5

Browse files
committed
Fix tests
1 parent 29aabf1 commit ea212e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ra-tls/src/cert.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ mod tests {
706706
};
707707

708708
let actual = hex::encode(csr.encode());
709-
let expected = "44706c65617365207369676e20636572743a0c0102030040746573742e6578616d706c652e636f6d00010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
709+
let expected = "44706c65617365207369676e20636572743a0c0102030040746573742e6578616d706c652e636f6d0001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
710710
assert_eq!(actual, expected);
711711
}
712712

@@ -740,7 +740,7 @@ mod tests {
740740
};
741741

742742
let actual = hex::encode(csr.encode());
743-
let expected = "44706c65617365207369676e20636572743a0c0102030040746573742e6578616d706c652e636f6d0001000100000000040900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
743+
let expected = "44706c65617365207369676e20636572743a0c0102030040746573742e6578616d706c652e636f6d000100010000000000040900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
744744
assert_eq!(actual, expected);
745745
}
746746
}

0 commit comments

Comments
 (0)