generated from bitwarden/template
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AC-2786] Remove unassigned items (#830)
- Loading branch information
1 parent
12d1998
commit 450808c
Showing
21 changed files
with
3 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -642,19 +642,6 @@ class AppSettingsStoreTests: BitwardenTestCase { // swiftlint:disable:this type_ | |
) | ||
} | ||
|
||
/// `shouldCheckOrganizationUnassignedItems(:)` is initially nil { | ||
func test_shouldCheckOrganizationUnassignedItems_isInitiallyNil() { | ||
XCTAssertNil(subject.shouldCheckOrganizationUnassignedItems(userId: "1")) | ||
} | ||
|
||
/// `shouldCheckOrganizationUnassignedItems(:)` can be used to get and set the persisted value. | ||
func test_shouldCheckOrganizationUnassignedItems_withValue() { | ||
subject.setShouldCheckOrganizationUnassignedItems(true, userId: "1") | ||
XCTAssertEqual(subject.shouldCheckOrganizationUnassignedItems(userId: "1"), true) | ||
subject.setShouldCheckOrganizationUnassignedItems(false, userId: "1") | ||
XCTAssertEqual(subject.shouldCheckOrganizationUnassignedItems(userId: "1"), false) | ||
} | ||
|
||
/// `twoFactorToken(email:)` returns `nil` if there isn't a previously stored value. | ||
func test_twoFactorToken_isInitiallyNil() { | ||
XCTAssertNil(subject.twoFactorToken(email: "[email protected]")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.