From de1dbe70decf711f006174b529a61148788e89ab Mon Sep 17 00:00:00 2001 From: Shin Yamamoto Date: Mon, 24 Jul 2023 20:12:30 +0900 Subject: [PATCH] Fix a method name for the method convention --- Tests/CoreTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CoreTests.swift b/Tests/CoreTests.swift index 9c013c3d..0996034a 100644 --- a/Tests/CoreTests.swift +++ b/Tests/CoreTests.swift @@ -7,7 +7,7 @@ class CoreTests: XCTestCase { override func setUp() {} override func tearDown() {} - func test_scrolllock() { + func test_scrollLock() { let fpc = FloatingPanelController() let contentVC1 = UITableViewController(nibName: nil, bundle: nil)