Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-goodisman committed Apr 18, 2024
1 parent 70f3d1a commit fbbe725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oplog/tail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func TestParseRawOplogEntry(t *testing.T) {

for testName, test := range tests {
t.Run(testName, func(t *testing.T) {
got := (&Tailer{}).parseRawOplogEntry(test.in, nil)
got := (&Tailer{}).parseRawOplogEntry(test.in, nil, "foo")

if diff := pretty.Compare(got, test.want); diff != "" {
t.Errorf("Got incorrect result (-got +want)\n%s", diff)
Expand Down

0 comments on commit fbbe725

Please sign in to comment.