Skip to content

Commit

Permalink
- fixes unit tests for with url hoist
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Dec 1, 2023
1 parent 35fd32e commit a00dc58
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,10 +667,6 @@ public void WritesWithUrl()
},
});
Assert.Throws<InvalidOperationException>(() => writer.Write(method));
AddRequestProperties();
writer.Write(method);
var result = tw.ToString();
Assert.Contains($"return new {parentClass.Name.ToFirstCharacterUpperCase()}", result);
}
[Fact]
public void WritesConstructorWithEnumValue()
Expand Down

0 comments on commit a00dc58

Please sign in to comment.