From c4a35009d9f27129c39561946f9407042e03bc48 Mon Sep 17 00:00:00 2001 From: nprimo Date: Fri, 19 Jul 2024 10:33:38 +0100 Subject: [PATCH] fix(onlyb): fix typo in onlyb test --- tests/onlyb_test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/onlyb_test/main.go b/tests/onlyb_test/main.go index 94e14a3c..a873df30 100644 --- a/tests/onlyb_test/main.go +++ b/tests/onlyb_test/main.go @@ -3,5 +3,5 @@ package main import "github.com/01-edu/go-tests/lib/challenge" func main() { - challenge.Program("onlyB") + challenge.Program("onlyb") }