This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-glog-new
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/aleksraiden-glog-new by this 
push:
     new 59a6566e Add empty test for avoid error
59a6566e is described below

commit 59a6566e40e2924982d8a1262e01069d17ce586c
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Nov 13 14:48:33 2024 +0200

    Add empty test for avoid error
---
 tests/gocase/util/util_test.go | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/tests/gocase/util/util_test.go b/tests/gocase/util/util_test.go
new file mode 100644
index 00000000..d3ee513b
--- /dev/null
+++ b/tests/gocase/util/util_test.go
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package util
+
+import (
+       "testing"
+       "github.com/stretchr/testify/require"
+)
+
+func TestEmptyUtilTest(t *testing.T) {
+       require.EqualValues(t, "yes", "yes")
+}
\ No newline at end of file

Reply via email to