mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 05:54:20 +08:00
Update inputs garbage collection test
This commit is contained in:
parent
6007a7f3f0
commit
f1deaead34
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue