Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 18, 2024
1 parent 8e6a296 commit 077517f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system_tests/fa/fa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import (
)

func TestAliasing(t *testing.T) {
var err error
err = errors.New("test")
err := errors.New("test")
Require(t, err)
}

Expand Down

0 comments on commit 077517f

Please sign in to comment.