Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
point committed Apr 30, 2024
1 parent 533bca4 commit 316cfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/encoding_decoding_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule Y.EncodingDecodingTest do
assert %Y.Item{
id: %Y.ID{client: 426_441_125, clock: 5},
length: 1,
content: %Y.Content.Deleted{len: 1},
content: [%Y.Content.Deleted{len: 1}],
origin: %Y.ID{client: 426_441_125, clock: 4},
right_origin: nil,
parent_name: "array",
Expand Down
2 changes: 1 addition & 1 deletion test/map_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ defmodule Y.MapTest do
{:ok, transaction}
end)

{:ok, map0} = Doc.get(doc, "map0")
# {:ok, map0} = Doc.get(doc, "map0")
end
end

0 comments on commit 316cfd3

Please sign in to comment.