Skip to content

Commit

Permalink
remove redundant reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 23, 2017
1 parent 7398142 commit 00304cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wls/clusters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestUnmarshalSingleCluster(t *testing.T) {
{cluster.Servers[1].Name, "ms2"},
{cluster.Servers[1].State, "RUNNING"},
{cluster.Servers[1].Health, "OK"},
{fmt.Sprint(cluster.Servers[1].DropOutFrequency), ""},
{cluster.Servers[1].DropOutFrequency, ""},
}

for _, tt := range serversJSONTests {
Expand Down

0 comments on commit 00304cc

Please sign in to comment.