mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-03 06:45:02 +00:00
10 lines
178 B
C#
10 lines
178 B
C#
using NUnit.Framework;
|
|
|
|
namespace ICD.Common.Utils.Tests.Attributes
|
|
{
|
|
[TestFixture]
|
|
public sealed class KrangPluginAttributeTest : AbstractIcdAttributeTest
|
|
{
|
|
}
|
|
}
|