mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
fix tests
This commit is contained in:
parent
0f3725940b
commit
e386bcd9f3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ defmodule Intisync.SessionServerTest do
|
|||
} do
|
||||
assert SessionServer.get_id(pid) == session_id
|
||||
assert SessionServer.get_devices(pid) == %{}
|
||||
assert SessionServer.full?(pid)
|
||||
refute SessionServer.full?(pid)
|
||||
end
|
||||
|
||||
test "Calling device_connected adds the device to the state", %{
|
||||
|
|
|
|||
Loading…
Reference in a new issue