Skip to content

Commit c35232a

Browse files
committed
Revert two unexpected change
1 parent a3a6e0e commit c35232a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher.Test/Plugins/PluginInitTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class PluginInitTest
1111
[Test]
1212
public void PublicAPIIsNullTest()
1313
{
14-
//Ap[ssert.Throws(typeof(Flow.LauncherFatalException), () => PluginManager.Initialize(null));
14+
//Assert.Throws(typeof(Flow.LauncherFatalException), () => PluginManager.Initialize(null));
1515
}
1616
}
1717
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.300",
3+
"version": "5.0.100",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)