Skip to content

Commit

Permalink
Update namespace to match project structure (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov authored Nov 20, 2023
2 parents 80bab34 + 131e2bf commit 9de6ba6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
using GeoCop.Api.Contracts;
using GeoCop.Api.Controllers;
using GeoCop.Api.Models;
using GeoCop.Api.Test;
using GeoCop.Api.Validation;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Moq;

namespace GeoCop.Api.Test;
namespace GeoCop.Api.Controllers;

[TestClass]
public class DeliveryControllerTest
Expand Down
File renamed without changes.

0 comments on commit 9de6ba6

Please sign in to comment.