PEP8 fixes

This commit is contained in:
Rebecca Breu 2021-07-28 18:40:50 +02:00
parent 3c7a050349
commit 4453f2bbc3
2 changed files with 4 additions and 1 deletions

View file

@ -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
-------

View file

@ -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()