Project.serialize is now Project::serialize

- cf 26f0ef5424
This commit is contained in:
Daniel Hengeveld
2015-10-21 17:39:36 +02:00
parent 7b87764992
commit 9f0def76f5

View File

@@ -426,7 +426,7 @@ describe "GitRepositoryAsync", ->
atom.workspace.open('file.txt')
runs ->
project2 = Project.deserialize(atom.project.serialize())
project2 = atom.project.deserialize(atom.project.serialize(), atom.deserializers)
buffer = project2.getBuffers()[0]
waitsFor ->