Skip to content

Commit afef5fd

Browse files
authored
test fixups
1 parent 0cfd18e commit afef5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ end
1717
opts = AnythingLLMDocs.EmbedOptions()
1818
attrs = AnythingLLMDocs.embed_attributes(opts)
1919
@test attrs["data-open-on-load"] == "on"
20-
@test attrs["data-window-width"] == "340px"
21-
@test attrs["data-window-height"] == "520px"
20+
@test attrs["data-window-width"] == "300px"
21+
@test attrs["data-window-height"] == "400px"
2222
end
2323

2424
@testset "Live AnythingLLM integration" begin

0 commit comments

Comments
 (0)