aboutsummaryrefslogtreecommitdiff
path: root/tests/bcr/mockable_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bcr/mockable_test.go')
-rw-r--r--tests/bcr/mockable_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bcr/mockable_test.go b/tests/bcr/mockable_test.go
new file mode 100644
index 00000000..7e9cc8a0
--- /dev/null
+++ b/tests/bcr/mockable_test.go
@@ -0,0 +1,3 @@
+package mockable
+
+var _ Client = (*MockClient)(nil)