Skip to content

Commit

Permalink
fix minor code unreachability error (open-policy-agent#4919)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
  • Loading branch information
Abirdcfly committed Jul 21, 2022
1 parent 3f4e256 commit 5204239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dependencies/deps_test.go
Expand Up @@ -511,7 +511,6 @@ func assertRefSliceEq(t *testing.T, exp, result []ast.Ref) {
r := result[i]
if e.Compare(r) != 0 {
t.Fatalf("Expected refs %v, got %v", exp, result)
break
}
}
}

0 comments on commit 5204239

Please sign in to comment.