Skip to content

Commit

Permalink
bare -> createApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Sep 27, 2023
1 parent 65860ea commit 14fda41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_content/__test__/{{ project_name }}.test.ts.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('{{ camel_case_name }}', () => {
algod,
);

await appClient.create.bare();
await appClient.create.createApplication({});
});

test('sum', async () => {
Expand Down

0 comments on commit 14fda41

Please sign in to comment.