Skip to content

Commit

Permalink
Write a manual test to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 2, 2015
1 parent 16b3d6d commit 8ac2e50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/ApplyReleasesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,17 @@ public async Task CreateShortcutsRoundTrip()
Thread.Sleep(1000);
}
}

[Fact]
public void UnshimOurselvesSmokeTest()
{
// NB: This smoke test is really more of a manual test - try it
// by shimming Slack, then verifying the shim goes away
var appDir = Environment.ExpandEnvironmentVariables(@"%LocalAppData%\Slack");
var fixture = new UpdateManager.ApplyReleasesImpl(appDir);

fixture.unshimOurselves();
}

[Fact]
public async Task GetShortcutsSmokeTest()
Expand Down

0 comments on commit 8ac2e50

Please sign in to comment.