Skip to content

Commit 563a63d

Browse files
committed
Fixed 02_real_world_legal_contract test identifier in main.ts (not used for web)
1 parent 3e9e480 commit 563a63d

File tree

1 file changed

+1
-1
lines changed
  • bindings/wasm/notarization_wasm/examples/src

1 file changed

+1
-1
lines changed

bindings/wasm/notarization_wasm/examples/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function main(example?: string) {
3838
return await accessReadOnlyMethods();
3939
case "01_real_world_iot_weather_station":
4040
return await iotWeatherStation();
41-
case "02_legal_contract":
41+
case "02_real_world_legal_contract":
4242
return await legalContract();
4343
default:
4444
throw "Unknown example name: '" + argument + "'";

0 commit comments

Comments
 (0)