micw/server/core/blocks_commiter_test.go
2024-11-24 15:04:52 +01:00

8 lines
95 B
Go

package core
import "testing"
func TestBlocksCommiter_CommitBlock(t *testing.T) {
// TODO
}