mirror of
https://github.com/status-im/consul.git
synced 2025-02-13 06:06:40 +00:00
Runs go fmt after latest changes.
This commit is contained in:
parent
ef5233165b
commit
655967d0f6
@ -103,7 +103,7 @@ func TestGraveyard_Lifecycle(t *testing.T) {
|
|||||||
|
|
||||||
func TestGraveyard_GC_Trigger(t *testing.T) {
|
func TestGraveyard_GC_Trigger(t *testing.T) {
|
||||||
// Set up a fast-expiring GC.
|
// Set up a fast-expiring GC.
|
||||||
ttl, granularity := 100 * time.Millisecond, 20 * time.Millisecond
|
ttl, granularity := 100*time.Millisecond, 20*time.Millisecond
|
||||||
gc, err := NewTombstoneGC(ttl, granularity)
|
gc, err := NewTombstoneGC(ttl, granularity)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("err: %s", err)
|
t.Fatalf("err: %s", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user