From 1d90d466a8f6f23c4cedcfc97438fc10bbd80d3e Mon Sep 17 00:00:00 2001 From: demo Date: Sat, 30 May 2026 22:51:24 -0400 Subject: feat: use Present/Absent instead of New --- hamlet_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hamlet_test.go') diff --git a/hamlet_test.go b/hamlet_test.go index ca69425..bbd50fe 100644 --- a/hamlet_test.go +++ b/hamlet_test.go @@ -5,8 +5,8 @@ import ( ) func TestAssertion(t *testing.T) { - p := New("") - q := New(4) + p := Present("") + q := Present(4) theorem1 := If(p, q) if !theorem1.Assert() { -- cgit v1.2.3