Skip to content

Commit dca5dbb

Browse files
committed
just testing
1 parent f2b1a3b commit dca5dbb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/Prism.Core.Tests/Navigation/NavigationParametersFixture.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using Prism.Navigation;
33
using Xunit;
44

@@ -290,4 +290,8 @@ public class Person
290290

291291
public class Child : Person
292292
{ }
293+
294+
//added this just to submit a test a PR
295+
public class Person2
296+
{ }
293297
}

0 commit comments

Comments
 (0)