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 1bcaaa3 commit 196f738Copy full SHA for 196f738
1 file changed
pkg/irr/irr_test.go
@@ -92,8 +92,8 @@ func TestFirstASSet(t *testing.T) {
92
expected string
93
}{
94
{"AS34553:AS-ALL", "AS34553:AS-ALL"},
95
- {"RIPE::AS34553:AS-ALL", "AS34553:AS-ALL"},
96
- {"RADB::AS-HURRICANE RADB::AS-HURRICANEV6", "AS-HURRICANE"},
+ {"AS34553:AS-ALL", "AS34553:AS-ALL"},
+ {"RADB::AS-HURRICANE RADB::AS-HURRICANEV6", "RADB::AS-HURRICANE"},
97
}
98
for _, tc := range testCases {
99
assert.Equal(t, tc.expected, FirstASSet(tc.asSet))
0 commit comments