Skip to content

Commit

Permalink
[CoffeeFilter.UITests] Set OpenCoffee as default test type
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid committed May 29, 2015
1 parent 8ea8330 commit 3770e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoffeeFilter.UITests.Shared/UITestsHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public static string XTCApiKey {
public static TestType SelectedTest { get; set; }
public enum TestType
{
OpenCoffee = 0,
NoConnection,
ParseError,
OpenCoffee,
ClosedCoffee,
NoLocations,
UserMoved
Expand Down

0 comments on commit 3770e63

Please sign in to comment.