Update inputs garbage collection test

This commit is contained in:
Jonatan Kłosko 2023-01-04 21:54:39 +01:00
parent 6007a7f3f0
commit f1deaead34

View file

@ -2295,7 +2295,8 @@ defmodule Livebook.Session.DataTest do
empty_map = %{}
assert {:ok, %{input_values: ^empty_map}, _} = Data.apply_operation(data, operation)
assert {:ok, %{input_values: ^empty_map}, [{:clean_up_input_values, %{"i1" => "value"}}]} =
Data.apply_operation(data, operation)
end
test "does not garbage collect inputs if present in another cell" do