Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Update ETClientTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif26 authored Feb 28, 2018
1 parent 8a84eb7 commit 91b78ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/com/exacttarget/fuelsdk/ETClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void testBackwardCompatibility1()
public void testBackwardCompatibility2()
throws ETSdkException
{
ETClient client = new ETClient("/fuelsdk.properties");
ETClient client = new ETClient("fuelsdk.properties");
ETFilter filter = new ETFilter();
// filter.setProperty("key");
// filter.setOperator(ETFilter.Operator.EQUALS);
Expand Down Expand Up @@ -128,7 +128,7 @@ public void testBackwardCompatibility2()
public void testBackwardCompatibility3()
throws ETSdkException
{
ETClient client = new ETClient("/fuelsdk.properties");
ETClient client = new ETClient("fuelsdk.properties");
ETFilter filter = new ETFilter();
// filter.setProperty("key");
// filter.setOperator(ETFilter.Operator.EQUALS);
Expand Down Expand Up @@ -165,7 +165,7 @@ public void testBackwardCompatibility3()
public void testBackwardCompatibility4()
throws ETSdkException
{
ETClient client = new ETClient("/fuelsdk.properties");
ETClient client = new ETClient("fuelsdk.properties");
ETFilter filter = new ETFilter();
// filter.setProperty("key");
// filter.setOperator(ETFilter.Operator.EQUALS);
Expand Down

0 comments on commit 91b78ff

Please sign in to comment.