Skip to content
Snippets Groups Projects
Commit 68756521 authored by John's avatar John
Browse files

Fix tests

parent b63c0da6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,7 +24,7 @@ class CounterCallbacks: DeepLinker.Callbacks {
mergeRequest++
}
 
override fun onRouteToProject(projectNamespace: String, projectName: String) {
override fun onRouteToProject(projectNamespace: String, projectName: String, selection: DeepLinker.ProjectSelection) {
project++
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment