Skip to content

Commit

Permalink
ser, de: Fix MultiArrayList test names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Phan committed Jul 22, 2023
1 parent 21d41a6 commit 6f0ff4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/de/blocks/multi_array_list.zig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn free(
}
}

test "deserialize - array list" {
test "deserialize - multi array list" {
const Element = struct {
x: i32,
y: i32,
Expand Down
2 changes: 1 addition & 1 deletion src/ser/blocks/multi_array_list.zig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn serialize(
return try seq.end();
}

test "serialize - array list" {
test "serialize - multi array list" {
const Element = struct {
x: i32,
y: i32,
Expand Down

0 comments on commit 6f0ff4f

Please sign in to comment.