diff --git a/topologytest/hlv_test.go b/topologytest/hlv_test.go index 1693fbebbf..3c68acb506 100644 --- a/topologytest/hlv_test.go +++ b/topologytest/hlv_test.go @@ -140,7 +140,7 @@ func TestHLVResurrectDocumentSingleActor(t *testing.T) { if strings.HasPrefix(tc.activePeerID, "cbl") { t.Skip("Skipping Couchbase Lite test, does not know how to push a deletion yet CBG-4257") } - t.Skip("Skipping ressurection tests CBG-4366") + t.Skip("Skipping resurection tests CBG-4366") peers, _ := setupTests(t, tc.topology, tc.activePeerID) diff --git a/topologytest/version_test.go b/topologytest/version_test.go index 597db106cd..b352e628f0 100644 --- a/topologytest/version_test.go +++ b/topologytest/version_test.go @@ -1,3 +1,11 @@ +// Copyright 2024-Present Couchbase, Inc. +// +// Use of this software is governed by the Business Source License included +// in the file licenses/BSL-Couchbase.txt. As of the Change Date specified +// in that file, in accordance with the Business Source License, use of this +// software will be governed by the Apache License, Version 2.0, included in +// the file licenses/APL2.txt. + package topologytest import (