From 37cb6be2004dbbb9abcbe4cbf5f1936a3d4fc18e Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 30 Mar 2024 08:59:14 -0700 Subject: [PATCH] fix tests broken in 0a5a08a --- src/smithy.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smithy.zig b/src/smithy.zig index 593f3f0..2425886 100644 --- a/src/smithy.zig +++ b/src/smithy.zig @@ -893,7 +893,7 @@ fn read_file_to_string(allocator: std.mem.Allocator, file_name: []const u8, max_ return file.readToEndAlloc(allocator, max_bytes); } const test_data: []const u8 = @embedFile("test.json"); -const intrinsic_type_count: usize = 5; // 5 intrinsic types are added to every model +const intrinsic_type_count: usize = 15; // 15 intrinsic types are added to every model (see shapes() function) test "parse string" { const test_string =