Skip to content

Commit

Permalink
Fixed package variable in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 26, 2018
1 parent 6de04e0 commit 06d1f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public partial class App : Application
public App()
{
JsonConvert.DeserializeObject<string>(""test"");
var package = Package.Open ("""");
package = Package.Open ("""");
InitializeComponent();
}
Expand Down

0 comments on commit 06d1f4b

Please sign in to comment.