Skip to content

Commit e89b7fb

Browse files
committed
fix lint
1 parent 2eca9c9 commit e89b7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/impl/datasystem/fdv1_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ module DataSystem
212212
subject.start
213213
# Returns CACHED even when store is empty
214214
expect(subject.data_availability).to eq(DataAvailability::CACHED)
215-
215+
216216
# Still returns CACHED when store is initialized
217217
subject.store.init({})
218218
expect(subject.data_availability).to eq(DataAvailability::CACHED)

0 commit comments

Comments
 (0)