Skip to content

Commit 8f72bf3

Browse files
Merge branch 'isolated-cache' of https://github.com/getsentry/sentry-dotnet into isolated-cache
2 parents af4821a + 81a06f9 commit 8f72bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Sentry.Tests/Internals/CacheDirectoryCoordinatorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class CacheDirectoryCoordinatorTests : IDisposable
66

77
public void Dispose()
88
{
9-
_fixture.CacheRoot.Dispose();
9+
_fixture.CacheRoot.Dispose();
1010
}
1111

1212
private class Fixture

test/Sentry.Tests/Internals/Http/CachingTransportTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ public async Task MigrateVersion5Cache_MovesEnvelopesFromBaseAndProcessing()
764764
var movedProc = Path.Combine(isolatedCacheDir, "v5_proc.envelope");
765765
_options.FileSystem.FileExists(movedRoot).Should().BeTrue();
766766
_options.FileSystem.FileExists(movedProc).Should().BeTrue();
767-
}
767+
}
768768

769769
[Fact]
770770
public async Task MigrateVersion5Cache_AlreadyMigrated_Skipped()

0 commit comments

Comments
 (0)