Skip to content

Commit

Permalink
remove unused statements
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Aug 27, 2019
1 parent b4f621e commit de0c048
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions VideoAPI/VideoApi.UnitTests/Events/JoinedEventHandlerTests.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using VideoApi.DAL.Commands;
using VideoApi.Domain.Enums;
using VideoApi.Events.Handlers;
using VideoApi.Events.Models;
using VideoApi.Events.Models.Enums;

namespace VideoApi.UnitTests.Events
{
Expand Down

0 comments on commit de0c048

Please sign in to comment.