We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f90bae commit 8ab8ae1Copy full SHA for 8ab8ae1
pkg/platform/inventory/consts_test.go
@@ -21,9 +21,10 @@
21
package inventory
22
23
import (
24
+ "testing"
25
+
26
"github.com/google/uuid"
27
"github.com/stretchr/testify/require"
- "testing"
28
)
29
30
func Test_UUID(t *testing.T) {
pkg/util/arangod/error.go
@@ -1,7 +1,7 @@
1
//
2
// DISCLAIMER
3
4
-// Copyright 2016-2022 ArangoDB GmbH, Cologne, Germany
+// Copyright 2016-2025 ArangoDB GmbH, Cologne, Germany
5
6
// Licensed under the Apache License, Version 2.0 (the "License");
7
// you may not use this file except in compliance with the License.
0 commit comments