From 88c15a28618f50c4d989babd98821e1c61313fad Mon Sep 17 00:00:00 2001 From: dfridovi Date: Wed, 23 Jul 2025 22:53:22 -0400 Subject: [PATCH] initial cleanup commit --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 9c6a04c..c016acf 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,5 +2,5 @@ using ZeroSumGameSolve using Test @testset "ZeroSumGameSolve.jl" begin - # Write your tests here. + # TODO! Move tests here. end