aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/DevHive.Data.Tests/LenguageRepository.Tests.cs
blob: aefeddd53a9249e65241ca093b05d6c0dfcd8b19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
using System;
using NUnit.Framework;

namespace DevHive.Data.Tests
{
	[TestFixture]
	public class LenguageRepositoryTests
	{
		// pending repo refactoring
	}
}