Skip to content

Commit

Permalink
Added teardown test to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Feb 7, 2022
1 parent 07267a5 commit 9b7a769
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bouncer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>158</string>
<string>160</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
Binary file modified BouncerTests/Models/AppSettingsDefaultsTests.swift.plist
Binary file not shown.
4 changes: 4 additions & 0 deletions BouncerTests/Models/FilterStoreFileTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class FilterStoreFileTests: XCTestCase {
waitForExpectations(timeout: 1, handler: nil)
}
}

override func tearDown() {
_ = filterStore.reset()
}

func test10_AddFilters() {

Expand Down
2 changes: 1 addition & 1 deletion smsfilter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>158</string>
<string>160</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit 9b7a769

Please sign in to comment.