Skip to content

Commit

Permalink
UPT: correct test implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar00jain committed Jan 19, 2017
1 parent 1ab87f1 commit b5c25b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-race-in-cache/mockserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func RunMockServer(cache *KeyStoreCache) {
cache.Get("Test" + strconv.Itoa(i))

}
wg.Done()
}()
wg.Done()
}

wg.Wait()
Expand Down

0 comments on commit b5c25b1

Please sign in to comment.