Skip to content

Commit 5c5013e

Browse files
committed
fix test lint
1 parent f6902ec commit 5c5013e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/librarian/rust/verify_cargo_tools_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ func TestFromSidekickReleaseConfig(t *testing.T) {
212212
} else {
213213
if got == nil {
214214
t.Errorf("FromSidekickReleaseConfig() got = nil, want %v", test.expected)
215+
return
215216
}
216217
if got.Remote != test.expected.Remote {
217218
t.Errorf("FromSidekickReleaseConfig() Remote got = %s, want %s", got.Remote, test.expected.Remote)

0 commit comments

Comments
 (0)