From 028c1eb71a5c7a6f2a91e13c76bc67efc9966a51 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 17 Oct 2018 14:25:55 -0300 Subject: [PATCH] Update sapl/sessao/tests/test_sessao.py --- sapl/sessao/tests/test_sessao.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/sessao/tests/test_sessao.py b/sapl/sessao/tests/test_sessao.py index c5996b8bd..b847a8156 100644 --- a/sapl/sessao/tests/test_sessao.py +++ b/sapl/sessao/tests/test_sessao.py @@ -299,4 +299,4 @@ def test_delete_sessao_plenaria_cascade_orador(): sessao_plenaria.delete() orador_filter = Orador.objects.filter( sessao_plenaria=sessao_plenaria).exists() - assert orador_filter == False + assert not orador_filter