Browse Source

Update namespace of gif tests

af/merge-core
Jason Nelson 8 years ago
parent
commit
d56c8dfaba
  1. 2
      tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs
  2. 2
      tests/ImageSharp.Tests/Formats/Gif/GifEncoderTests.cs

2
tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs

@ -10,7 +10,7 @@ using System.IO;
using SixLabors.ImageSharp.Advanced; using SixLabors.ImageSharp.Advanced;
// ReSharper disable InconsistentNaming // ReSharper disable InconsistentNaming
namespace SixLabors.ImageSharp.Tests namespace SixLabors.ImageSharp.Tests.Formats.Gif
{ {
using System.Collections.Generic; using System.Collections.Generic;

2
tests/ImageSharp.Tests/Formats/Gif/GifEncoderTests.cs

@ -10,7 +10,7 @@ using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison;
using Xunit; using Xunit;
// ReSharper disable InconsistentNaming // ReSharper disable InconsistentNaming
namespace SixLabors.ImageSharp.Tests namespace SixLabors.ImageSharp.Tests.Formats.Gif
{ {
public class GifEncoderTests public class GifEncoderTests
{ {

Loading…
Cancel
Save