Skip to content

Commit

Permalink
Added failing code to test unit test logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed May 12, 2020
1 parent 5fbf3bf commit ee7e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeeTrayTOTP/Menu/LegacyTrayMenuItemProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private void SetUpLegacyContextMenuEntries()

public override ToolStripMenuItem ProvideMenuItem()
{
return null;
return new ToolStripMenuItem();
}

private void OnTrayContextMenuOpened(object sender, EventArgs e)
Expand Down

0 comments on commit ee7e91c

Please sign in to comment.