2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_bytearray.hurl:4:0
|
2021-06-17 22:53:31 +03:00
|
|
|
|
|
2023-06-18 15:35:03 +03:00
|
|
|
4 | bytes == hex,00;
|
2021-06-17 22:53:31 +03:00
|
|
|
| actual: byte array <ff>
|
|
|
|
| expected: byte array <00>
|
|
|
|
|
|
|
|
|
|
2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_bytearray.hurl:5:0
|
2021-06-17 22:53:31 +03:00
|
|
|
|
|
2023-06-18 15:35:03 +03:00
|
|
|
5 | sha256 == hex,a8100ae6aa1940d0b663bb31cd466142ebbdbd5187131b92d93818987832eb88;
|
2021-06-17 22:53:31 +03:00
|
|
|
| actual: byte array <a8100ae6aa1940d0b663bb31cd466142ebbdbd5187131b92d93818987832eb89>
|
|
|
|
| expected: byte array <a8100ae6aa1940d0b663bb31cd466142ebbdbd5187131b92d93818987832eb88>
|
|
|
|
|
|
|
|
|
|