You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: drop ticket-id refs from comments and test names
Strip "SDK-4388" / "SDK-4474" prefixes from comments and test descriptions
in RefreshUserOperationExecutor and its test class. The descriptive context
that followed the ticket id already explains the why; the ticket id itself
is noise for future maintainers and is preserved in git history / commit
messages.
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/user/internal/operations/impl/executors/RefreshUserOperationExecutor.kt
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ internal class RefreshUserOperationExecutor(
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/test/java/com/onesignal/user/internal/operations/RefreshUserOperationExecutorTests.kt
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ class RefreshUserOperationExecutorTests : FunSpec({
64
64
mapOf(IdentityConstants.ONESIGNAL_ID to remoteOneSignalId, "aliasLabel1" to "aliasValue1"),
0 commit comments