Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun571 committed Jul 12, 2024
1 parent 824c690 commit b53c8f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -918,13 +918,13 @@ TEST_SUITE("xassist"){
REQUIRE(content == "1234");
infile.close();

StreamRedirectRAII redirect(std::cerr);
// StreamRedirectRAII redirect(std::cerr);

assist("%%xassist gemini", "hello");
// assist("%%xassist gemini", "hello");

REQUIRE(!redirect.getCaptured().empty());
// REQUIRE(!redirect.getCaptured().empty());

std::remove("gemini_api_key.txt");
// std::remove("gemini_api_key.txt");
}

// TEST_CASE("openai"){
Expand Down

0 comments on commit b53c8f0

Please sign in to comment.