aboutsummaryrefslogtreecommitdiff
path: root/tests/dedo.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-02-08 10:10:01 -0300
committerEuAndreh <eu@euandre.org>2025-02-08 10:10:01 -0300
commit3e518232f84b4471e065cde33f5d599e9f060964 (patch)
tree258ed66a52f001d15cee8e52796de15ab4b2d00f /tests/dedo.go
parentsrc/dedo.go: Comment implementation of InMemory (diff)
downloaddedo-3e518232f84b4471e065cde33f5d599e9f060964.tar.gz
dedo-3e518232f84b4471e065cde33f5d599e9f060964.tar.xz
src/dedo.go: Rename DedoI -> DatabaseI
Diffstat (limited to '')
-rw-r--r--tests/dedo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dedo.go b/tests/dedo.go
index e2b9299..61ebca6 100644
--- a/tests/dedo.go
+++ b/tests/dedo.go
@@ -488,7 +488,7 @@ func test_runCommand() {
good := commandT{
exec: func(
_ argsT,
- _ DedoI,
+ _ DatabaseI,
_ io.Reader,
w io.Writer,
) error {
@@ -499,7 +499,7 @@ func test_runCommand() {
bad := commandT{
exec: func(
_ argsT,
- _ DedoI,
+ _ DatabaseI,
_ io.Reader,
w io.Writer,
) error {