Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Apr 29, 2024
1 parent 6203993 commit f82c482
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CSUtilities.Tests/Extensions/StringExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;

namespace CSUtilities.Tests.Extensions
{
public class StringExtensionsTests
{
[Fact]
public void GetStringValueTest()
{

}
}
}

0 comments on commit f82c482

Please sign in to comment.