Skip to content

Commit

Permalink
Additional change required after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yihezkel committed Oct 26, 2023
1 parent 0ffb335 commit 4f7f569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ void testCreateWithUserPrompt() {

@Test
void testCreateWithConnectionStringAndUserPrompt() {
Assumptions.assumeTrue(IsManualExecution());
Assumptions.assumeTrue(isManualExecution());
ConnectionStringBuilder engineCsb = new ConnectionStringBuilder(
"Data Source=" + System.getenv("ENGINE_CONNECTION_STRING") + ";User ID=" + System.getenv("USERNAME_HINT"));
assertTrue(canAuthenticate(engineCsb));
Expand Down

0 comments on commit 4f7f569

Please sign in to comment.