-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
various identify fixes and nits (#922)
* various identify fixes and nits Co-authored-by: Aarsh Shah <[email protected]>
- Loading branch information
1 parent
973933a
commit b42ba0f
Showing
4 changed files
with
84 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -490,8 +490,6 @@ func TestIdentifyDeltaOnProtocolChange(t *testing.T) { | |
lk.Unlock() | ||
} | ||
} | ||
|
||
close(done) | ||
}() | ||
|
||
<-done | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.