From 0425795101bd0d9cf130c5dfd6a5455c5961ed55 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Mon, 18 Aug 2025 13:24:52 +0200 Subject: [PATCH] test: comment begin --- src/cmd/utils/util_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cmd/utils/util_test.go b/src/cmd/utils/util_test.go index 826347c..7eb0376 100644 --- a/src/cmd/utils/util_test.go +++ b/src/cmd/utils/util_test.go @@ -842,6 +842,8 @@ func Test_FetchGHProfileHTTP(t *testing.T) { // Github tests END +// Config tests BEGIN + func Test_Save(t *testing.T) { setup() defer teardown() @@ -898,3 +900,5 @@ editor = "built-in"` } } + +