Skip to content

Commit 840c978

Browse files
committed
0.1.1
Fixes: - removed obsolete code from sourcefile row renderer
1 parent 2f71cd4 commit 840c978

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tests/templates/elements/sourcefiles.Tests.ps1

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -109,28 +109,6 @@ sample row template
109109
},
110110
[PSCustomObject]@{
111111
"@name" = "directory\another_sample.ps1";
112-
"class" = [PSCustomObject[]]@(
113-
[PSCustomObject]@{
114-
"something" = "lorem ipsum";
115-
},
116-
[PSCustomObject]@{
117-
"something_else" = "lorem ipsum dolor";
118-
}
119-
);
120-
"sourcefile" = [PSCustomObject[]]@(
121-
[PSCustomObject]@{
122-
"something" = "lorem ipsum";
123-
},
124-
[PSCustomObject]@{
125-
"something_else" = "lorem ipsum dolor";
126-
},
127-
[PSCustomObject]@{
128-
"something" = "lorem ipsum";
129-
},
130-
[PSCustomObject]@{
131-
"something_else" = "lorem ipsum dolor";
132-
}
133-
);
134112
"counter" = [PSCustomObject[]]@(
135113
[PSCustomObject]@{
136114
"@type" = "INSTRUCTION";

0 commit comments

Comments
 (0)