aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/DevHive.Data.Tests
diff options
context:
space:
mode:
authorDanail Dimitrov <danaildimitrov321@gmail.com>2021-01-11 22:17:07 +0200
committerDanail Dimitrov <danaildimitrov321@gmail.com>2021-01-11 22:17:07 +0200
commit4f838ea0411445f6d7757273515062f2faac1ee7 (patch)
treeba6bbd08464e1c84a9b648d33f159dbb1acc3caa /src/DevHive.Tests/DevHive.Data.Tests
parent66c18934c0bfe375b906da1b591e8cb02292f85f (diff)
downloadDevHive-4f838ea0411445f6d7757273515062f2faac1ee7.tar
DevHive-4f838ea0411445f6d7757273515062f2faac1ee7.tar.gz
DevHive-4f838ea0411445f6d7757273515062f2faac1ee7.zip
Added Interfaces for all repository classes
Diffstat (limited to 'src/DevHive.Tests/DevHive.Data.Tests')
-rw-r--r--src/DevHive.Tests/DevHive.Data.Tests/TechnologyRepository.Tests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DevHive.Tests/DevHive.Data.Tests/TechnologyRepository.Tests.cs b/src/DevHive.Tests/DevHive.Data.Tests/TechnologyRepository.Tests.cs
index fcec727..ee0ca4b 100644
--- a/src/DevHive.Tests/DevHive.Data.Tests/TechnologyRepository.Tests.cs
+++ b/src/DevHive.Tests/DevHive.Data.Tests/TechnologyRepository.Tests.cs
@@ -132,7 +132,6 @@ namespace DevHive.Data.Tests
}
#endregion
- //TO DO
#region EditAsync
[Test]
public void EditAsync_UpdatesEntity()