aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-13 16:16:29 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-13 16:16:29 +0200
commit25228c4a018e7d4de4efd3d11d19c99086fd46be (patch)
treea8f34955820ddb681065b6d8d5a7988d75652656 /src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs
parenta64e1a9433a0d1ae340a38752f8b87cd7df8ad78 (diff)
downloadDevHive-25228c4a018e7d4de4efd3d11d19c99086fd46be.tar
DevHive-25228c4a018e7d4de4efd3d11d19c99086fd46be.tar.gz
DevHive-25228c4a018e7d4de4efd3d11d19c99086fd46be.zip
Removed unused local variables in service tests
Diffstat (limited to 'src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs')
-rw-r--r--src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs b/src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs
index b53fc03..5f56f19 100644
--- a/src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs
+++ b/src/Services/DevHive.Services.Tests/TechnologyServices.Tests.cs
@@ -87,10 +87,6 @@ namespace DevHive.Services.Tests
{
Name = technologyName
};
- Technology technology = new()
- {
- Name = technologyName
- };
this.TechnologyRepositoryMock.Setup(p => p.DoesTechnologyNameExistAsync(It.IsAny<string>())).Returns(Task.FromResult(true));