Browse Source

moved clipboardtests to consoledriver namespace

Charlie Kindel 2 years ago
parent
commit
617448b291
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnitTests/ClipboardTests.cs

+ 1 - 1
UnitTests/ClipboardTests.cs

@@ -2,7 +2,7 @@
 using System.Runtime.InteropServices;
 using Xunit;
 
-namespace Terminal.Gui.Core {
+namespace Terminal.Gui.ConsoleDrivers {
 	public class ClipboardTests {
 		[Fact]
 		public void Contents_Gets_Sets ()