Skip to content

Commit

Permalink
fix: rename try to test
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 27, 2023
1 parent fc8ba42 commit ba494ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ public void doWork_null() throws InterruptedException {

Thread.sleep(2000); // wait for background thread to finish
Assert.assertFalse(callbackResult.get()); // check if callback was called and response is null

Countly.stop(true);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class TestUtils {

static String DELIMETER = ":::";
static String SERVER_URL = "https://try.count.ly";
static String SERVER_URL = "https://test.count.ly";
static String SERVER_APP_KEY = "COUNTLY_APP_KEY";
static String DEVICE_ID = "some_random_test_device_id";

Expand Down

0 comments on commit ba494ce

Please sign in to comment.