Fix namespace

This commit is contained in:
Matt Nadareski
2024-12-01 23:38:25 -05:00
parent ca51733aa2
commit f80de3a941

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using Xunit;
namespace BinaryObjectScanner.Tests
namespace BinaryObjectScanner.Test
{
public class EnumerableExtensionsTests
{