mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user