From e4f6afdbb61e04e5a935d7f959003654c0fd14c8 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Fri, 20 Dec 2024 15:51:59 +0100 Subject: [PATCH] Remove commented out code Co-authored-by: Adrian Haas <11636405+haasad@users.noreply.github.com> --- tests/syn-teams.jsonnet | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/syn-teams.jsonnet b/tests/syn-teams.jsonnet index 5dca91b..be741f9 100644 --- a/tests/syn-teams.jsonnet +++ b/tests/syn-teams.jsonnet @@ -102,17 +102,6 @@ local appKeysRaw = ); -/* - local ks2 = syn_teams.appKeys('foo-bar'); - assert std.length(ks2) == 1 && ks2[0] == 'foo_bar' : 'appKeys should transform - to _'; - local ks3 = syn_teams.appKeys('foo-bar as bar'); - assert std.length(ks3) == 2 && ks3[0] == 'bar' && ks3[1] == 'foo_bar' : 'appKeys parses and transforms x-z as y'; - local ks4 = syn_teams.appKeys('foo-bar as bar-qux'); - assert std.length(ks4) == 2 && ks4[0] == 'bar_qux' && ks4[1] == 'foo_bar' : 'appKeys parses and transforms x-zl as y-w'; - local ks5 = syn_teams.appKeys('foo-bar as bar-qux', raw=true); - assert std.length(ks5) == 2 && ks5[0] == 'bar-qux' && ks5[1] == 'foo-bar' : "appKeys(raw=true) doesn't transform - to _"; - }; - */ { teams: teams,