Skip to content

Commit 7f97c67

Browse files
Update test/int/syncperiod_test.go
Co-authored-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
1 parent 6dc1feb commit 7f97c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/int/syncperiod_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var _ = Describe("Sync Period test", Label("int", "sync-period"), func() {
8686
time.Sleep(syncInterval * 2)
8787
})
8888

89-
By("Project generation should be different", func() {
89+
By("Project resource version should be different", func() {
9090
var currentResourceVersion string
9191
Eventually(func(g Gomega) bool {
9292
if !resources.ReadAtlasResource(context.Background(), k8sClient, createdProject) {

0 commit comments

Comments
 (0)