mirror of
https://github.com/sphildreth/roadie
synced 2024-11-26 06:00:23 +00:00
14 lines
173 B
C#
14 lines
173 B
C#
using System;
|
|
using Xunit;
|
|
|
|
namespace Roadie.Library.Tests
|
|
{
|
|
public class ImageHasherTests
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|