trivial: typo fix

This commit is contained in:
yyforyongyu
2020-08-14 12:24:57 +08:00
parent 3942c7ca02
commit 995b9a711f
3 changed files with 6 additions and 7 deletions

View File

@@ -1312,8 +1312,8 @@ func TestCircuitMapDeleteUnopenedCircuit(t *testing.T) {
}
}
// TestCircuitMapDeleteUnopenedCircuit checks that an open circuit can be
// removed persistently from the circuit map.
// TestCircuitMapDeleteOpenCircuit checks that an open circuit can be removed
// persistently from the circuit map.
func TestCircuitMapDeleteOpenCircuit(t *testing.T) {
t.Parallel()