Skip to content

Commit

Permalink
fix: more unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
0618 committed Aug 15, 2024
1 parent fd9ace0 commit d31132f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void describe('sandbox_event_handler_factory', () => {
namespace: 'test',
name: 'name',
},
'1',
'1.1',
'test-out',
'json',
]);
Expand Down Expand Up @@ -185,7 +185,7 @@ void describe('sandbox_event_handler_factory', () => {
namespace: 'test',
name: 'name',
},
'1',
'1.1',
'test-out',
'json',
]);
Expand Down

0 comments on commit d31132f

Please sign in to comment.