Skip to content

Commit

Permalink
fix event name and release
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Oct 15, 2018
1 parent a8dbde1 commit b745198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class TestData extends Observable {
public static LinkedHashMap<String, Boolean> availableTests;
public static Activity activity;
public static Context context;
public static String probe_cc;
public static String probe_cc = "";

public static TestData getInstance(final Context c, final Activity a) {
if (instance == null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void onReceive(Context context, Intent intent) {
for (int i=0; i<testArray.length; i++)
{
String testName = testArray[i];
Answers.getInstance().logCustom(new CustomEvent("LORENZO: Automated testing run")
Answers.getInstance().logCustom(new CustomEvent("Automated testing run")
.putCustomAttribute("status", "started"));
}
NotificationHandler.sendNotification(context, context.getString(R.string.local_notifications_text));
Expand Down

0 comments on commit b745198

Please sign in to comment.