Skip to content

Commit 57dc32c

Browse files
committed
fix build tags
1 parent f26d459 commit 57dc32c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build all || unit
2-
// +build all unit
1+
//go:build all || unit || integration || ccm || cassandra
2+
// +build all unit integration ccm cassandra
33

44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one

0 commit comments

Comments
 (0)