From 68428d61e0b7a473519326f629be8d907d99e4de Mon Sep 17 00:00:00 2001 From: zztkm Date: Sun, 14 Aug 2022 02:47:48 +0900 Subject: [PATCH] :white_check_mark: fix test module name --- commands/build_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/build_test.v b/commands/build_test.v index 844057d..0d2da28 100644 --- a/commands/build_test.v +++ b/commands/build_test.v @@ -1,4 +1,4 @@ -module main +module commands import os