From 4453f2bbc326193bf40ad1b370650afd4d34b277 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 28 Jul 2021 18:40:50 +0200 Subject: [PATCH] PEP8 fixes --- CHANGELOG.rst | 4 +++- tests/fileio/test_sql.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c279dcd..5796cad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,12 @@ 0.2.0 - unreleased ================== +Note that bee files from version 0.2.0 won't open in BeeRef 0.1.x. + Added ----- -* You can now add plain text notes. Bee files from version 0.2.0 won't work with BeeRef 0.1.x. +* You can now add plain text notes Changed ------- diff --git a/tests/fileio/test_sql.py b/tests/fileio/test_sql.py index 0fcaa97..c8cbd88 100644 --- a/tests/fileio/test_sql.py +++ b/tests/fileio/test_sql.py @@ -111,6 +111,7 @@ def test_all_migrations(tmpfile): assert json.loads(result[2]) == {'filename': 'bee.png'} assert result[3] == b'bla' + def test_sqliteio_แบrite_meta_application_id(tmpfile): io = SQLiteIO(tmpfile, MagicMock(), create_new=True) io.write_meta()