Skip to content

Commit 0054505

Browse files
committed
Fix compilation issue in library unit tests
1 parent 23b138e commit 0054505

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/src/coap_spark-content_formats-test.adb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ package body CoAP_SPARK.Content_Formats.Test is
1919
loop
2020
declare
2121
MIME_Type : constant String :=
22-
CoAP_SPARK.Content_Formats.To_String
23-
(Interfaces.Unsigned_32 (Content_Format));
22+
CoAP_SPARK.Content_Formats.To_String (Content_Format);
2423
begin
2524
Assert
2625
((for all E of MIME_Type => E in 'a' .. 'z' | '0' .. '9' |

0 commit comments

Comments
 (0)