github.com/waltonchain/waltonchain_gwtc_src@v1.1.4-0.20201225072101-8a298c95a819/crypto/hash/hash_test.go (about) 1 // Use of this source code is governed by an ISC 2 // license that can be found in the LICENSE file. 3 4 package hash 5 6 import "testing" 7 8 func TestApiHash(t *testing.T) { 9 // Note: Requires a basic test ? 10 // Just empty to easy ci integration. 11 }