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 06cc0c2

Browse files
committedFeb 13, 2025·
more cases
1 parent 59e396f commit 06cc0c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎provider/app_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ func TestApp(t *testing.T) {
432432
name: "Regular",
433433
displayName: "Regular Application",
434434
},
435+
{
436+
name: "DisplayNameStillOK",
437+
displayName: "0123456789012345678901234567890123456789012345678901234567890123",
438+
},
435439
{
436440
name: "DisplayNameTooLong",
437441
displayName: "01234567890123456789012345678901234567890123456789012345678901234",

0 commit comments

Comments
 (0)
Please sign in to comment.