Skip to content

Commit

Permalink
kbfs_ops_test: fix tautalogical test check
Browse files Browse the repository at this point in the history
Suggested by jakob223.

Issue: #19164
  • Loading branch information
strib committed Aug 29, 2019
1 parent 4623b82 commit d8773bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/kbfs/libkbfs/kbfs_ops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4288,7 +4288,7 @@ func TestKBFSOpsReset(t *testing.T) {
md.override = true
err = kbfsOps.Reset(ctx, h, &oldID)
require.NoError(t, err)
require.Equal(t, oldID, oldID)
require.Equal(t, oldID, h.TlfID())
md.override = false

t.Logf("Check that the old revision is back")
Expand Down

0 comments on commit d8773bc

Please sign in to comment.