Skip to content

Commit

Permalink
FR-18978: Removed decode should return valid model test
Browse files Browse the repository at this point in the history
  • Loading branch information
“oleksii-minaiev” committed Jan 21, 2025
1 parent b82fa6b commit 14cecc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package com.frontegg.android.utils

import com.google.gson.Gson
import java.util.*

import java.util.Base64

class JWT {
lateinit var sub: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,4 @@ class JWTHelperTest {

assert(jwtModel == jwt)
}

@Test
fun `decode should return valid model`() {
val jwtModel = JWTHelper.decode(jwtToken)

assert(jwtModel == jwt)
}
}

0 comments on commit 14cecc9

Please sign in to comment.