Skip to content

Commit 2572fcd

Browse files
committed
Fix namespace declaration in Issue_NestedSelectExprTest
1 parent d526d6c commit 2572fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Linqraft.Tests/Issue217_NestedSelectExprTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Collections.Generic;
22
using System.Linq;
33

4-
namespace MinRepro;
4+
namespace Linqraft.Tests;
55

66
public partial class Issue_NestedSelectExprTest
77
{

0 commit comments

Comments
 (0)