Skip to content

Commit

Permalink
Don't specify lastRefreshTime in integration tests
Browse files Browse the repository at this point in the history
Since specifying this when importing users isn't supported.
  • Loading branch information
rsgowman committed Jun 22, 2022
1 parent 8bb80c1 commit 02031d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/auth.spec.ts
Expand Up @@ -2517,7 +2517,8 @@ describe('admin.auth', () => {
metadata: {
lastSignInTime: now,
creationTime: now,
lastRefreshTime: null, // TODO(rsgowman): Switch to 'now' once importing users supports lastRefreshTime
// TODO(rsgowman): Enable once importing users supports lastRefreshTime
//lastRefreshTime: now,
},
providerData: [
{
Expand Down

0 comments on commit 02031d1

Please sign in to comment.