We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b138e commit 0054505Copy full SHA for 0054505
1 file changed
tests/src/coap_spark-content_formats-test.adb
@@ -19,8 +19,7 @@ package body CoAP_SPARK.Content_Formats.Test is
19
loop
20
declare
21
MIME_Type : constant String :=
22
- CoAP_SPARK.Content_Formats.To_String
23
- (Interfaces.Unsigned_32 (Content_Format));
+ CoAP_SPARK.Content_Formats.To_String (Content_Format);
24
begin
25
Assert
26
((for all E of MIME_Type => E in 'a' .. 'z' | '0' .. '9' |
0 commit comments