Skip to content

Commit

Permalink
Update test/int/syncperiod_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
  • Loading branch information
igor-karpukhin and s-urbaniak authored Jul 19, 2024
1 parent 57f6d45 commit 69d965c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/int/syncperiod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var _ = Describe("Sync Period test", Label("int", "sync-period"), func() {
time.Sleep(syncInterval * 2)
})

By("Project generation should be different", func() {
By("Project resource version should be different", func() {
var currentResourceVersion string
Eventually(func(g Gomega) bool {
if !resources.ReadAtlasResource(context.Background(), k8sClient, createdProject) {
Expand Down

0 comments on commit 69d965c

Please sign in to comment.