Skip to content

Commit

Permalink
Updated apache test thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnoFTW committed Feb 9, 2021
1 parent 08b32e8 commit d5f5061
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/apache_json_test.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ struct Test {
18: map<i32, Foo> tmap_of_int2foo,
19: binary tbinary,
20: optional map<bool, string> tmap_of_bool2str
21: optional map<bool, i16> tmap_of_bool2int
21: optional map<bool, i16> tmap_of_bool2int,
22: list<binary> tlist_of_binary,
23: set<binary> tset_of_binary,
24: map<binary,binary> tbin2bin,
}

service TestService {
Expand Down

0 comments on commit d5f5061

Please sign in to comment.