Skip to content

Commit

Permalink
fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Feb 1, 2023
1 parent 6669e7b commit a7263f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ var _ = Describe("RssController", func() {
}
return true, nil
})

Expect(err).ToNot(HaveOccurred())

By("Delete the upgrading rss object")
err = testRssClient.UniffleV1alpha1().RemoteShuffleServices(corev1.NamespaceDefault).
Delete(context.TODO(), testRssName, metav1.DeleteOptions{})
Expand Down

0 comments on commit a7263f1

Please sign in to comment.