Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Dec 12, 2024
1 parent bada922 commit d41d854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void TestUseFileCredentialManagerFailsOnWindows()
var thrown = Assert.Throws<Exception>(SnowflakeCredentialManagerFactory.UseFileCredentialManager);

// assert
Assert.AreEqual("Windows native credential manager implementation can be used only on Windows", thrown.Message);
Assert.AreEqual("File credential manager implementation is not supported on Windows", thrown.Message);
}
}
}

0 comments on commit d41d854

Please sign in to comment.