Skip to content

Commit

Permalink
Expect a failure if the test is run
Browse files Browse the repository at this point in the history
  • Loading branch information
zstadler authored Oct 15, 2024
1 parent bf6395b commit 0363061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void UploadImageWithDot()
{
_gateway.Initialize().Wait();

var restuls = _gateway.GetNonExistingFilePageName("foo.bar", "foo.bar.jpeg");
var restuls = _gateway.GetNonExistingFilePageName("foo.bar", "foo.XXX.jpeg");

Assert.AreEqueal(restuls, "foo.bar.jpeg");
}
Expand Down

0 comments on commit 0363061

Please sign in to comment.