Skip to content

Commit

Permalink
SNOW-723810: Rename test to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Sep 19, 2023
1 parent e9b3f01 commit 3a9b9cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void TestGetRemoteStorageClient(string stageType)
[TestCase(false, true)]
[TestCase(true, false)]
[TestCase(true, true)]
public void TestGetFileBytes(bool containsEncryptionMaterial, bool useMemoryStream)
public void TestUploadFileOrStreamWithAndWithoutEncryption(bool containsEncryptionMaterial, bool useMemoryStream)
{
// Arrange
var mockWebRequest = new Mock<WebRequest>();
Expand Down

0 comments on commit 3a9b9cb

Please sign in to comment.