fix: resolved comments and rebased

This commit is contained in:
mayur.popli
2025-03-28 14:04:52 +05:30
13 changed files with 795 additions and 49 deletions

View File

@@ -8,7 +8,7 @@ import (
"testing"
)
func TestNewUUIDSetter_SuccessCases(t *testing.T) {
func TestNewUUIDSetterSuccessCases(t *testing.T) {
tests := []struct {
name string
config *Config
@@ -111,7 +111,7 @@ func TestNewUUIDSetter_SuccessCases(t *testing.T) {
}
}
func TestNewUUIDSetter_ErrorCases(t *testing.T) {
func TestNewUUIDSetterErrorCases(t *testing.T) {
tests := []struct {
name string
config *Config