Skip to content

Commit

Permalink
add license, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Nov 15, 2024
1 parent 0feaa21 commit 16747f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion topologytest/hlv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 8 additions & 0 deletions topologytest/version_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 16747f1

Please sign in to comment.