Skip to content

Commit

Permalink
Initial commit - Empty PeopleData and Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLarsenNZ committed Jun 14, 2021
1 parent 2f4beb8 commit 3cb7779
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataLayer/PeopleData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DataLayer
{
public class Class1
public class PeopleData
{
}
}
4 changes: 4 additions & 0 deletions DataLayerTests/DataLayerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
<PackageReference Include="coverlet.collector" Version="1.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DataLayer\DataLayer.csproj" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion DataLayerTests/PeopleDataTests.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
using DataLayer;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Linq;
using System.Threading.Tasks;

namespace DataLayerTests
{
[TestClass]
[TestCategory()]
[TestCategory("Integration")]
public class PeopleDataTests
{
[TestMethod]
Expand Down

0 comments on commit 3cb7779

Please sign in to comment.