Skip to content

Commit

Permalink
remove aichatthrottle unit test remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Oct 14, 2024
1 parent 99e89d6 commit 285bb8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 123 deletions.
19 changes: 0 additions & 19 deletions browser/ai_chat/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,6 @@ static_library("ai_chat") {
}
}

source_set("unit_tests") {
testonly = true
sources = [ "ai_chat_throttle_unittest.cc" ]

deps = [
"//base",
"//base/test:test_support",
"//brave/components/ai_chat/content/browser",
"//brave/components/ai_chat/core/common",
"//brave/components/constants",
"//chrome/common",
"//chrome/test:test_support",
"//content/public/browser",
"//content/test:test_support",
"//testing/gtest",
"//url",
]
}

source_set("browser_tests") {
if (!is_android) {
testonly = true
Expand Down
103 changes: 0 additions & 103 deletions browser/ai_chat/ai_chat_throttle_unittest.cc

This file was deleted.

1 change: 0 additions & 1 deletion test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ test("brave_unit_tests") {

if (enable_ai_chat) {
deps += [
"//brave/browser/ai_chat:unit_tests",
"//brave/browser/ui/ai_chat:unit_tests",
"//brave/components/ai_chat/core/browser:unit_tests",
"//brave/components/ai_chat/core/common:unit_tests",
Expand Down

0 comments on commit 285bb8f

Please sign in to comment.