after refactor - some tests are working again
This commit is contained in:
@@ -88,6 +88,9 @@ export const findIndexSS = (structs, clock) => {
|
||||
if (clock < midclock + mid.length) {
|
||||
return midindex
|
||||
}
|
||||
if (left === midindex) {
|
||||
throw error.unexpectedCase()
|
||||
}
|
||||
left = midindex
|
||||
} else {
|
||||
right = midindex
|
||||
|
||||
Reference in New Issue
Block a user