def test_it_should_should_return_the_correct_blocked_list(self):
     amico = Amico(redis_connection=self.redis_connection)
     amico.block(1, 11)
     amico.block(1, 12)
     amico.blocked(1).should.equal(["12", "11"])