Skip to content

Commit 8bd179e

Browse files
committed
debug
1 parent cb9d61e commit 8bd179e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- name: Setup environment
7171
run: .github/workflows/setup.sh
7272

73+
- name: Setup upterm session
74+
uses: lhotari/action-upterm@v1
75+
7376
- name: Run test suite
7477
env:
7578
AIIDA_TEST_PROFILE: test_aiida

tests/restapi/test_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def test_count_consistency(restapi_server, server_url):
5353

5454
for full_type, count in statistics_dict.items():
5555
if full_type in type_count_dict:
56-
assert count == type_count_dict[full_type]
56+
assert count == type_count_dict[full_type], f"Found inconsistency for full_type {full_type!r}"

0 commit comments

Comments
 (0)