We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfd18e commit afef5fdCopy full SHA for afef5fd
test/runtests.jl
@@ -17,8 +17,8 @@ end
17
opts = AnythingLLMDocs.EmbedOptions()
18
attrs = AnythingLLMDocs.embed_attributes(opts)
19
@test attrs["data-open-on-load"] == "on"
20
- @test attrs["data-window-width"] == "340px"
21
- @test attrs["data-window-height"] == "520px"
+ @test attrs["data-window-width"] == "300px"
+ @test attrs["data-window-height"] == "400px"
22
end
23
24
@testset "Live AnythingLLM integration" begin
0 commit comments