ft: module_name wrapper middleware

This commit is contained in:
mayur.popli
2025-04-04 15:08:37 +05:30
parent edf82b8e8a
commit 67808f3628
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ func TestRegisterSuccess(t *testing.T) {
}
}
// TestRegisterFailure tests scenarios where the handler registration should fail.
// TestRegisterFailure tests scenarios where the handler registration should fail..
func TestRegisterFailure(t *testing.T) {
tests := []struct {
name string