Skip to content

Commit

Permalink
Backup Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
neojarvis committed Sep 14, 2023
1 parent 0e217ee commit e1ecdc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotnetproject/TestProject/UnitTest3.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using NUnit.Framework;
using dotnetwebapiproject.Controllers;
using dotnetwebapiproject.Models;
using dotnetmsViewCusomer.Controllers;
using dotnetmsViewCusomer.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;

namespace dotnetwebapiproject.Tests
namespace dotnetmsViewCusomer.Tests
{
[TestFixture]
public class CustomerControllerTests
Expand Down

0 comments on commit e1ecdc5

Please sign in to comment.