Skip to content

Commit

Permalink
I think I broke this test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Jan 30, 2025
1 parent 3f7ad86 commit fc85648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci_go_image/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func TestCompare(t *testing.T) {
result := Compare("this", "that")

if !strings.Contains(result, "this") {
if !strings.Contains(result, "wrong") {
t.Error("expected a diff containing 'this' but got", result)
}
}

0 comments on commit fc85648

Please sign in to comment.