Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Sep 19, 2023
1 parent 20ead10 commit 9c3adc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,7 @@ public void WritesWithUrl()
writer.Write(method);
var result = tw.ToString();
Assert.Contains($"return {parentClass.Name.ToFirstCharacterUpperCase()}", result);
Assert.Contains("request_adapter, raw_url", result);
}
[Fact]
public void WritesConstructorForReqestBuilder()
Expand Down

0 comments on commit 9c3adc0

Please sign in to comment.