From 2376f54924320c8252260eaed0e8ed3ad09dbcfe Mon Sep 17 00:00:00 2001 From: Aravind Devarampati <140596835+AravindDevarampati@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:43:16 +0530 Subject: [PATCH] Update autotest-validate.c --- examples/autotest-validate/autotest-validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/autotest-validate/autotest-validate.c b/examples/autotest-validate/autotest-validate.c index 4ff9fb5..1c8d164 100644 --- a/examples/autotest-validate/autotest-validate.c +++ b/examples/autotest-validate/autotest-validate.c @@ -27,5 +27,5 @@ bool this_function_returns_false() */ const char *my_username() { - return "todo-please-enter-your-username-here-in-my_username"; + return "AravindDevarampati"; }