Skip to content

Commit

Permalink
Another attempt to fix the lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliu9508 committed Nov 16, 2023
1 parent 1874bb1 commit a735dee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ class UserManagerTests : FunSpec({
test("getTags returns a copy of tags") {
// Given
val mockSubscriptionManager = mockk<ISubscriptionManager>()
val propertiesModelStore = MockHelper.propertiesModelStore {
it.tags["my-tag-key1"] = "my-tag-value1" }
val propertiesModelStore = MockHelper.propertiesModelStore { it.tags["my-tag-key1"] = "my-tag-value1" }

val userManager = UserManager(mockSubscriptionManager, MockHelper.identityModelStore(), propertiesModelStore, MockHelper.languageContext())

Expand Down

0 comments on commit a735dee

Please sign in to comment.