github.com/sunvim/utils@v0.1.0/lamport/mem_clock_test.go (about)

     1  package lamport
     2  
     3  import "testing"
     4  
     5  func TestMemClock(t *testing.T) {
     6  	c := NewMemClock()
     7  	testClock(t, c)
     8  }