We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824c690 commit b53c8f0Copy full SHA for b53c8f0
test/test_interpreter.cpp
@@ -918,13 +918,13 @@ TEST_SUITE("xassist"){
918
REQUIRE(content == "1234");
919
infile.close();
920
921
- StreamRedirectRAII redirect(std::cerr);
+ // StreamRedirectRAII redirect(std::cerr);
922
923
- assist("%%xassist gemini", "hello");
+ // assist("%%xassist gemini", "hello");
924
925
- REQUIRE(!redirect.getCaptured().empty());
+ // REQUIRE(!redirect.getCaptured().empty());
926
927
- std::remove("gemini_api_key.txt");
+ // std::remove("gemini_api_key.txt");
928
}
929
930
// TEST_CASE("openai"){
0 commit comments