From 35200ef9dfbffba646bfc544c2102626bd77d7c6 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 24 Sep 2023 09:24:35 +0900 Subject: [PATCH] initial commits --- nullable_whennothing_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nullable_whennothing_test.go b/nullable_whennothing_test.go index 894e581..651130a 100644 --- a/nullable_whennothing_test.go +++ b/nullable_whennothing_test.go @@ -72,7 +72,7 @@ func TestNullable_WhenNothing(t *testing.T) { } } -func TestNullable_WhenNull_something(t *testing.T) { +func TestNullable_WhenNothing_null(t *testing.T) { tests := []struct{