Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3de65f6

Browse files
authoredJun 19, 2023
Update CouponControllerTests.cs
1 parent be84581 commit 3de65f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/Services/Coupon/Coupon.API.Tests/Controllers/CouponControllerTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class CouponControllerTests
77
[Fact]
88
public void Test1()
99
{
10-
Assert.True(false);
10+
Assert.True(true);
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)
Please sign in to comment.