Skip to content

Commit

Permalink
fixed flaking test
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Oct 25, 2023
1 parent a87d923 commit eff4166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/rolodex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestRolodex_SimpleTest_OneDoc(t *testing.T) {
assert.NotNil(t, idx)
assert.Equal(t, YAML, f.GetFileExtension())
assert.True(t, strings.HasSuffix(f.GetFullPath(), "rolodex_test_data/components.yaml"))
assert.Equal(t, "2023-10-12", f.ModTime().Format("2006-01-02"))
assert.NotNil(t, f.ModTime())
assert.Equal(t, int64(283), f.Size())
assert.False(t, f.IsDir())
assert.Nil(t, f.Sys())
Expand Down

0 comments on commit eff4166

Please sign in to comment.