mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
chore: replace interface{} with any
This commit is contained in:
@@ -93,7 +93,7 @@ func TestSubnetMapValidator(t *testing.T) {
|
||||
|
||||
cases := []struct {
|
||||
Description string
|
||||
Value interface{}
|
||||
Value any
|
||||
Error bool
|
||||
}{
|
||||
{
|
||||
@@ -179,7 +179,7 @@ func TestNetIPValidation(t *testing.T) {
|
||||
}
|
||||
cases := []struct {
|
||||
Description string
|
||||
Value interface{}
|
||||
Value any
|
||||
Error bool
|
||||
}{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user