Skip to content

Commit

Permalink
scouting: make private
Browse files Browse the repository at this point in the history
  • Loading branch information
mikescamell committed Mar 3, 2025
1 parent 6150c8f commit e4fd0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class TabSwitcherAdapterTestAndroid {
verify(mockTabSwitchListener).onTabDeleted(3, false)
}

fun createMockTabSwitcherAdapter(
private fun createMockTabSwitcherAdapter(
listener: TabSwitcherListener,
): TabSwitcherAdapter {
return TabSwitcherAdapter(
Expand Down

0 comments on commit e4fd0fa

Please sign in to comment.