Skip to content

Commit 6b31a21

Browse files
Numeric 402 status
1 parent f753ec2 commit 6b31a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run-against-nss.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ export STORAGE_ROOT_ALICE=$SYSTEM_UNDER_TEST/
4444
# npm run jest "$@"
4545
# npm run jest -- --json --outputFile="$RESULTS_PATH" "$@"
4646

47-
./node_modules/.bin/jest test/surface/
47+
./node_modules/.bin/jest test/surface/p*

test/surface/payment-required.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ describe('Read-Paying', () => {
7272
}
7373
});
7474
const result = await solidLogicBob.fetch(resourceUrl)
75-
expect(result.status).toEqual("402");
75+
expect(result.status).toEqual(402);
7676
});
7777
});

0 commit comments

Comments
 (0)