test(finder): change assert to require
Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
parent
e9e57f3ee3
commit
6dae35b442
1 changed files with 1 additions and 1 deletions
|
|
@ -1013,7 +1013,7 @@ func TestPullRequestRefs_HasHead(t *testing.T) {
|
|||
}
|
||||
for _, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
assert.Equal(t, tt.want, tt.prRefs.HasHead())
|
||||
require.Equal(t, tt.want, tt.prRefs.HasHead())
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue