Skip to content

Commit

Permalink
Undo test change which I mistook for a test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Sep 28, 2022
1 parent 1c6a3d1 commit ffe4278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/logical_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5086,7 +5086,7 @@ func TestSortVersionedPlugins(t *testing.T) {
// Include differing versions twice so we can test out equality too.
"differing types, names and versions": append(differingTypes,
append(differingNames,
append(differingVersions, differingTypes...)...)...),
append(differingVersions, differingVersions...)...)...),
"mix of unversioned, versioned, and builtin": versionedUnversionedAndBuiltin,
} {
t.Run(name, func(t *testing.T) {
Expand Down

0 comments on commit ffe4278

Please sign in to comment.