Rename interface generator

This commit is contained in:
Adam Hathcock
2024-05-17 11:43:16 +01:00
parent a8da4209bf
commit dc5204ac32
22 changed files with 742 additions and 744 deletions
@@ -1,9 +1,8 @@
using System;
using FluentAssertions;
using InterfaceGenerator.Tests.Partial;
using Speckle.InterfaceGenerator.Tests.Partial;
using Xunit;
namespace InterfaceGenerator.Tests;
namespace Speckle.InterfaceGenerator.Tests;
public class PartialClassTests
{