Skip to content

Commit

Permalink
Update sway-lib-std/src/primitive_conversions/b256.sw
Browse files Browse the repository at this point in the history
Co-authored-by: IGI-111 <igi-111@protonmail.com>
  • Loading branch information
SwayStar123 and IGI-111 authored Apr 25, 2024
1 parent ba83e36 commit 17875b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lib-std/src/primitive_conversions/b256.sw
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fn test_b256_from_u256() {
}

#[test]
fn test_u256_from_tuple() {
fn test_b256_from_tuple() {
use ::assert::assert;

let b256_value = <b256 as From<(u64, u64, u64, u64)>>::from((1, 2, 3, 4));
Expand Down

0 comments on commit 17875b1

Please sign in to comment.