Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
etaylormcgregor-stytch committed Feb 14, 2025
1 parent 64c042b commit 15c64d9
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions stytch/src/test/kotlin/com/stytch/java/common/PolicyCacheTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,20 @@ private val policy =
),
),
),
scopes = listOf(
PolicyScope(
scopeId = "global",
description = "Global scope",
roles = listOf(
PolicyRolePermission(
resourceId = "bar",
actions = listOf("read", "write"),
),
scopes =
listOf(
PolicyScope(
scopeId = "global",
description = "Global scope",
roles =
listOf(
PolicyRolePermission(
resourceId = "bar",
actions = listOf("read", "write"),
),
),
),
),
),
)

internal class PolicyCacheTest {
Expand Down

0 comments on commit 15c64d9

Please sign in to comment.