Skip to content

Commit

Permalink
Fix a method name for the method convention
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Jul 25, 2023
1 parent c593c64 commit de1dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit de1dbe7

Please sign in to comment.