Skip to content

Commit 605c657

Browse files
re-enable a unit test
1 parent 18e998c commit 605c657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/HTMLKitTests/HTMLKitTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ extension HTMLKitTests {
124124
let _:AsyncStream<StaticString> = #html(resultType: .stream(chunkSize: 3)) {
125125
div("oh yeah")
126126
}
127-
/*let _:AsyncStream<String> = #html(resultType: .stream(chunkSize: 3)) {
128-
div("oh\(yeah)") // TODO: fix
129-
}*/
127+
let _:AsyncStream<String> = #html(resultType: .stream(chunkSize: 3)) {
128+
div("oh\(yeah)")
129+
}
130130

131131
let _:AsyncStream<String> = #html(resultType: .streamAsync()) {
132132
div("oh yeah")

0 commit comments

Comments
 (0)