Skip to content

Commit

Permalink
feat: Move internal/cachetest package to drivertest
Browse files Browse the repository at this point in the history
Make the drivertest package public.
  • Loading branch information
bartventer committed Jun 14, 2024
1 parent bf97745 commit 6d67e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cachetest/cachetest.go → drivertest/drivertest.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package cachetest provides conformance tests for cache implementations.
package cachetest
// Package drivertest provides conformance tests for cache implementations.
package drivertest

import (
"context"
Expand Down

0 comments on commit 6d67e62

Please sign in to comment.