franz/franz.tests/UnitTest1.cs

16 lines
242 B
C#
Raw Normal View History

2021-12-09 10:04:44 -05:00
using franz;
using System;
using Xunit;
namespace franz.tests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
Telefranz.Configure("xunit", "focalor:9092");
}
}
}