Skip to content

Commit

Permalink
assert that the activeScreen attribute is added
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jul 5, 2018
1 parent d639e58 commit a11adf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ public void testAppDataMetaData() {
assertEquals("com.bugsnag.android.test", app.get("packageName"));
assertEquals("1.0", app.get("versionName"));
assertNotNull(app.get("memoryUsage"));
assertTrue(app.containsKey("activeScreen"));
assertNotNull(app.get("lowMemory"));
}

Expand Down

0 comments on commit a11adf0

Please sign in to comment.