Exemple #1
0
        public void Should_Update_NotificationPanel()
        {
            NotificationPanel notificationPanel = new NotificationPanel(userId, title, content, notificationSettingId, link, branchId, committeeId);

            notificationPanel.Update(NotifacationStatus.Send);
            Assert.Equal((int)NotifacationStatus.Send, notificationPanel.NotifacationStatusId);
        }