File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/galexie/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ func (s *GalexieTestSuite) TestAppend() {
114114 datastore , err := datastore .NewDataStore (s .ctx , s .config .DataStoreConfig )
115115 require .NoError (err )
116116
117- lastModified , err := datastore .GetFileLastModified (s .ctx , "FFFFFFFF--0-9/FFFFFFF6--9 .xdr.zstd" )
117+ lastModified , err := datastore .GetFileLastModified (s .ctx , "FFFFFFFF--0-9/FFFFFFF9--6 .xdr.zstd" )
118118 require .NoError (err )
119119
120120 // now run an append of overalapping range, it will resume past existing ledgers
@@ -132,7 +132,7 @@ func (s *GalexieTestSuite) TestAppend() {
132132 s .T ().Log (errOutput )
133133
134134 // check that the file was not modified
135- newLastModified , err := datastore .GetFileLastModified (s .ctx , "FFFFFFFF--0-9/FFFFFFF6--9 .xdr.zstd" )
135+ newLastModified , err := datastore .GetFileLastModified (s .ctx , "FFFFFFFF--0-9/FFFFFFF9--6 .xdr.zstd" )
136136 require .NoError (err )
137137 require .Equal (lastModified , newLastModified , "file should not be modified on append of overlapping range" )
138138
You can’t perform that action at this time.
0 commit comments