aboutsummaryrefslogtreecommitdiff
blob: 254f0bc254099ccbb6ccd0caa968779960968c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using NUnit.Framework;
using System;
namespace PollutometerWebApi.Tests
{
    [TestFixture()]
    public class Test
    {
        [Test()]
        public void TestCase()
        {
            EmailService.Start();
        }
    }
}