Skip to content

Commit c42205b

Browse files
authored
Fix namespace in DataRow Unit tests (#200)
***NO_CI***
1 parent e5b5e31 commit c42205b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

poc/TestOfTestFrameworkByReference/DataRowTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// See LICENSE file in the project root for full license information.
55
//
66

7-
namespace nanoFramework.TestFramework.Test
7+
using nanoFramework.TestFramework;
8+
9+
namespace NFUnitTest
810
{
911
[TestClass]
1012
public class TestOfDataRow

0 commit comments

Comments
 (0)