Skip to content

Commit 96c0588

Browse files
committed
Remove alpha in test
1 parent ce42016 commit 96c0588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/cairo/src/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function testGenerate(params: {
5454
royaltyInfo?: RoyaltyInfoSubset;
5555
}) {
5656
const { ctx, kind, royaltyInfo } = params;
57-
const generatedSourcesPath = path.join(os.tmpdir(), 'oz-wizard-cairo-alpha');
57+
const generatedSourcesPath = path.join(os.tmpdir(), 'oz-wizard-cairo');
5858
await fs.rm(generatedSourcesPath, { force: true, recursive: true });
5959
await writeGeneratedSources({
6060
dir: generatedSourcesPath,

0 commit comments

Comments
 (0)