Example #1
0
        public void Not_Store_Subscription_When_Subscription_Exist()
        {
            GivenIsRegistered();

            GiveCache(_userId);

            _registrationHandler.Subscribe(_token, _guid);

            _lineNotifySubscription.DidNotReceive().SaveToken(_userId, _token);
        }