Skip to content

Commit 2c9c6d6

Browse files
committed
history: fix filename
1 parent 79b57ae commit 2c9c6d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/kv/kvserver/asim/history/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ go_library(
1717

1818
go_test(
1919
name = "history_test",
20-
srcs = ["trashing_test.go"],
20+
srcs = ["thrashing_test.go"],
2121
data = glob(["testdata/**"]),
2222
embed = [":history"],
2323
deps = [
24+
"//pkg/testutils",
2425
"//pkg/testutils/datapathutils",
2526
"//pkg/testutils/echotest",
2627
"//pkg/util/randutil",
File renamed without changes.

0 commit comments

Comments
 (0)