Skip to content

Commit 41041b3

Browse files
crazytonylimokagio
andauthored
Remove final keyword from test case definition
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
1 parent b163ea7 commit 41041b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/WordPressTest/WPAccount+LookupTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import XCTest
22
@testable import WordPress
33

4-
final class WPAccountLookupTests: CoreDataTestCase {
4+
class WPAccountLookupTests: CoreDataTestCase {
55

66
func testIsDefaultWordPressComAccountIsFalseWhenNoAccountIsSet() {
77
UserSettings.defaultDotComUUID = nil

0 commit comments

Comments
 (0)