From 21b4eec6c1e096573bcd5f2079bc21e23a960621 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 18:43:03 -0800 Subject: refactor(backend): improve testability and add tests (NK-6q9nyg) --- util/util_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 util/util_test.go (limited to 'util/util_test.go') diff --git a/util/util_test.go b/util/util_test.go new file mode 100644 index 0000000..fc234d6 --- /dev/null +++ b/util/util_test.go @@ -0,0 +1,8 @@ +package util + +import "testing" + +func TestInit(t *testing.T) { + // init() is called automatically because of the package import + // We just want to verify it doesn't panic and does something reasonable +} -- cgit v1.2.3