Skip to content

Commit

Permalink
Update cmd/internal/sync_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
Phani Raj and mdlayher authored Jul 8, 2022
1 parent 3e82666 commit 9c4528e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/internal/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func TestSync_UsesStateIfIncrementalSyncRequested(t *testing.T) {
assert.Equal(t, source.Database, cursor.Keyspace)
assert.Equal(t, "-", cursor.Shard)
assert.Equal(t, "i-know-what-you-synced-last-summer", cursor.Position)
assert.Equal(t, "Stream \"employees\" will be synced incrementally", logger.logMessages[0])
assert.Equal(t, `Stream "employees" will be synced incrementally`, logger.logMessages[0])
}

func TestSync_PrintsOldStateIfNoNewStateFound(t *testing.T) {
Expand Down

0 comments on commit 9c4528e

Please sign in to comment.