We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b139ec7 + 91fa3cc commit 9cda810Copy full SHA for 9cda810
assembly/massa/datastore_manipulations/main.ts
@@ -30,7 +30,7 @@ export function main(_args: string): void {
30
let msg2 = `keys2: ${keys2}`;
31
// print(msg2);
32
generateEvent(msg2);
33
- assert(keys2.length == 2);
+ assert(keys2.length == 1);
34
35
// Test using key prefixes
36
const key3: StaticArray<u8> = [2, 0, 254, 255];
0 commit comments