package utils import "testing" func TestGenerateNewSHA256Sum(t *testing.T) { // more of a benchmark for i := 0; i < 50; i++ { GenerateNewSHA256Sum() } }