Esempio n. 1
0
        public async Task FuckingBdayShouldWork()
        {
            var res = await _foaasClient.Bday("Grant", "The Crew");

            Assert.IsNotNull(res);
            Assert.AreEqual("Happy F*****g Birthday, Grant.", res.Message);
            Assert.AreEqual("- The Crew", res.Subtitle);
        }