Cleaning up naming
This commit is contained in:
parent
0a67e6e2cc
commit
9b74c03a9d
22 changed files with 61 additions and 67 deletions
|
|
@ -1,11 +1,11 @@
|
|||
using CsMic;
|
||||
using CsMic.StandardLibrary;
|
||||
using CSMic;
|
||||
using CSMic.StandardLibrary;
|
||||
using NUnit.Framework;
|
||||
using CsMic.StandardLibrary.Functions;
|
||||
using CSMic.StandardLibrary.Functions;
|
||||
using System.Globalization;
|
||||
using System.Reflection.Metadata;
|
||||
|
||||
namespace CsMic.Tests;
|
||||
namespace CSMic.Tests;
|
||||
|
||||
public class StdlibFunctionsTests
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue