added episodes controller unit test and integration test classes

This commit is contained in:
StevanFreeborn
2022-07-06 11:13:57 -05:00
parent 0a7c522faa
commit 845b1620ef
3 changed files with 46 additions and 2 deletions
@@ -3,8 +3,6 @@ using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Testing;
using MongoDB.Bson;
using server.Models;
using System.Collections;
using System.Collections.Generic;
using System.Net;
using System.Text.Json;