Skip to content

Commit

Permalink
Fix AESetup (was changed for testing).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Oct 26, 2022
1 parent b498158 commit 38a6e98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ enum ColumnType {
"PlainDecimal decimal(30)", "PlainNumeric numeric(30)"};

// junit test parameters: serverName, enclaveAttestationUrl, enclaveAttestationProtocol
static String[][] param = new String[(null == AbstractTest.enclaveServer ? 1
static String[][] param = new String[(null == AbstractTest.enclaveServer ? 0
: AbstractTest.enclaveServer.length)][3];

/**
Expand Down

0 comments on commit 38a6e98

Please sign in to comment.