We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eca9c9 commit e89b7fbCopy full SHA for e89b7fb
spec/impl/datasystem/fdv1_spec.rb
@@ -212,7 +212,7 @@ module DataSystem
212
subject.start
213
# Returns CACHED even when store is empty
214
expect(subject.data_availability).to eq(DataAvailability::CACHED)
215
-
+
216
# Still returns CACHED when store is initialized
217
subject.store.init({})
218
0 commit comments