Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 60155ef

Browse files
authored
fix: Adjust namespaces (#16)
1 parent 4683bbb commit 60155ef

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/ServiceLayer.Mesh/Functions/FileRetryFunction.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using Microsoft.Azure.Functions.Worker;
22
using Microsoft.EntityFrameworkCore;
33
using Microsoft.Extensions.Logging;
4-
using ServiceLayer.Mesh.Data;
4+
using ServiceLayer.Data;
5+
using ServiceLayer.Data.Models;
56
using ServiceLayer.Mesh.Messaging;
6-
using ServiceLayer.Mesh.Models;
77
using ServiceLayer.Mesh.Configuration;
88

99
namespace ServiceLayer.Mesh.Functions;

tests/ServiceLayer.Mesh.Tests/Functions/FileRetryFunctionTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
using Microsoft.EntityFrameworkCore;
22
using Microsoft.Extensions.Logging;
33
using Moq;
4-
using NHS.MESH.Client.Contracts.Services;
5-
using ServiceLayer.Mesh.Data;
4+
using ServiceLayer.Data;
5+
using ServiceLayer.Data.Models;
66
using ServiceLayer.Mesh.Functions;
77
using ServiceLayer.Mesh.Messaging;
8-
using ServiceLayer.Mesh.Models;
98
using ServiceLayer.Mesh.Configuration;
109

1110
namespace ServiceLayer.Mesh.Tests.Functions;

0 commit comments

Comments
 (0)