Skip to content

Commit

Permalink
Revert "docs: example failed test case"
Browse files Browse the repository at this point in the history
This reverts commit d5283b1.
  • Loading branch information
TechSolomon committed Feb 17, 2024
1 parent d5283b1 commit ca51f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ca51f93

Please sign in to comment.