Skip to content

Commit

Permalink
added newline at the end for BlueshiftTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulrvp committed May 17, 2024
1 parent edbdc2f commit b32da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-sdk/src/test/java/com/blueshift/BlueshiftTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ public void testAppVersionUpgradeNoSDKToNewSDK() {
HashMap<String, Object> map = (HashMap<String, Object>) result.get(1);
assertEquals("app_installed_at", map.keySet().iterator().next());
}
}
}

0 comments on commit b32da3e

Please sign in to comment.