mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 21:50:25 +08:00
Fix typo
This commit is contained in:
parent
c1b60c14e9
commit
bf1dceacba
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ defmodule Livebook.Session.FileGuardTest do
|
||||||
assert :ok = FileGuard.lock(file, self())
|
assert :ok = FileGuard.lock(file, self())
|
||||||
end
|
end
|
||||||
|
|
||||||
test "file is automatically unloacked when the owner process termiantes" do
|
test "file is automatically unloacked when the owner process terminates" do
|
||||||
file = FileSystem.File.local(p("/some/path"))
|
file = FileSystem.File.local(p("/some/path"))
|
||||||
|
|
||||||
owner = spawn(fn -> :ok end)
|
owner = spawn(fn -> :ok end)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue