Skip to content

Commit

Permalink
Another attempt to make the test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
zstadler authored Oct 15, 2024
1 parent 0363061 commit e10394a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void UploadImageWithDot()

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

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

0 comments on commit e10394a

Please sign in to comment.