mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-01 12:41:43 +08:00
Format
This commit is contained in:
parent
946c20e168
commit
d08858346b
1 changed files with 3 additions and 1 deletions
|
@ -1249,7 +1249,9 @@ defmodule Livebook.LiveMarkdown.ImportTest do
|
|||
|
||||
assert %Notebook{file_entries: []} = notebook
|
||||
|
||||
assert messages == ["skipping file document.pdf, since it points to an unknown file storage"]
|
||||
assert messages == [
|
||||
"skipping file document.pdf, since it points to an unknown file storage"
|
||||
]
|
||||
end
|
||||
|
||||
test "imports :file file entries with quarantine when no stamp is given" do
|
||||
|
|
Loading…
Reference in a new issue