From ca51f93efa4a2bd9a60f78306310619f2c5e82be Mon Sep 17 00:00:00 2001 From: Solomon Himelbloom <7608183+TechSolomon@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:10:12 -0900 Subject: [PATCH] Revert "docs: example failed test case" This reverts commit d5283b1ac88c76410a70e264d32dfe1f00b92e46. --- diode_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diode_test.go b/diode_test.go index a6e70ba..5ada02c 100644 --- a/diode_test.go +++ b/diode_test.go @@ -27,7 +27,7 @@ func TestConfiguration(t *testing.T) { func TestFileContents(t *testing.T) { got := fmt.Sprintf("%x", utility.Checksum()) - want := "" + want := "ed03bb5d7385010c645c2c72ceabea3b15806db757005071309745c59933586f" if got != want { t.Errorf("got %q, want %q", got, want)