Skip to content

Commit 3df91ed

Browse files
committed
Don't cache during testing
1 parent c578902 commit 3df91ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/display.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local %ENV = (
2828

2929
# Create an instance of the module
3030
my $display = Geo::Coder::Free::Display->new(
31-
config => { root_dir => Cwd::getcwd() }
31+
config => { root_dir => Cwd::getcwd(), memory_cache => { driver => 'Null' } }
3232
);
3333

3434
# Test object creation

0 commit comments

Comments
 (0)