Skip to content

Commit

Permalink
remove TODO tags, comments persist
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstanding committed Sep 30, 2023
1 parent f267862 commit 7cfda3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ecto_diff_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ defmodule EctoDiffTest do
} = diff
end

# TODO: the following case only tests belongs_to with on_replace: :update
# the following case only tests belongs_to with on_replace: :update
# other cases should be written for on_replace: :nilify and :delete

test "update a belongs_to using on_replace: :update" do
Expand Down Expand Up @@ -989,7 +989,7 @@ defmodule EctoDiffTest do
} = diff
end

# TODO: the following case only tests embeds_one with on_replace: :update
# the following case only tests embeds_one with on_replace: :update
# other cases should be written for other options to on_replace

test "update an embeds_one using on_replace: :update" do
Expand Down

0 comments on commit 7cfda3b

Please sign in to comment.