describe("action creator", () => {
        it("Should create the action", () => {
            expect(finish_logout()).toEqual({type: FINISH_LOGOUT});
        })
    });