Skip to content

Commit

Permalink
Improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Jan 22, 2024
1 parent a488948 commit 08ed555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kiota_client_factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ func TestGetDefaultMiddleWareWithOptions(t *testing.T) {
assert.Equal(t, v.options.ShouldCompress(), compression.ShouldCompress())
}
}
}.

}

func TestGetDefaultMiddlewares(t *testing.T) {
options := GetDefaultMiddlewares()
Expand Down

0 comments on commit 08ed555

Please sign in to comment.