Skip to content

Commit

Permalink
Correct namespace for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jan 20, 2025
1 parent ad86fe4 commit beb6033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
using System.Collections;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.Macios.Generator.Extensions;
using Microsoft.Macios.Transformer.Attributes;
using ObjCRuntime;
using Xamarin.Tests;
using Xamarin.Utils;
using Microsoft.Macios.Generator.Extensions;
using ObjCRuntime;

namespace Microsoft.Macios.Transformer.Tests.DataModel;
namespace Microsoft.Macios.Transformer.Tests.Attributes;

public class ExportDataTests : BaseTransformerTestClass {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using Xamarin.Tests;
using Xamarin.Utils;

namespace Microsoft.Macios.Transformer.Tests;
namespace Microsoft.Macios.Transformer.Tests.Attributes;

public class FieldDataTests : BaseTransformerTestClass {

Expand Down

0 comments on commit beb6033

Please sign in to comment.