Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 1e40696

Browse files
committed
Bumped version
1 parent 88a26b7 commit 1e40696

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: src/oidcmsg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Roland Hedberg"
2-
__version__ = "1.3.3"
2+
__version__ = "1.4.0"
33

44
import os
55
from typing import Dict

Diff for: tests/test_21_abfile.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def full_path(local_file):
2828
"response_types": ["code"]
2929
}
3030

31+
3132
class ImpExpTest(ImpExp):
3233
parameter = {
3334
"string": "",
@@ -36,7 +37,6 @@ class ImpExpTest(ImpExp):
3637
}
3738

3839

39-
4040
class TestAFS(object):
4141
@pytest.fixture(autouse=True)
4242
def setup(self):
@@ -110,7 +110,6 @@ def test_dump_load_afs(self):
110110
assert isinstance(b_copy.dict, AbstractFileSystem)
111111
assert set(b_copy.dict.keys()) == {"client_1", "client_2"}
112112

113-
114113
def test_dump_load_dict(self):
115114
b = ImpExpTest()
116115
b.string = "foo"

0 commit comments

Comments
 (0)