Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit cca3ede

Browse files
committed
Enable complement tests for MSC2946.
1 parent 88b9414 commit cca3ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts-dev/complement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ if [[ -n "$1" ]]; then
4646
fi
4747

4848
# Run the tests!
49-
COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests
49+
COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc2946,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests

0 commit comments

Comments
 (0)